mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
TG: - Fixed some odd behavior with storage items when you drag-dropped them from the
floor without ever picking them up. - New hotkeys: Delete is the 'stop dragging' button and insert cycles through intents. - Added some user feedback messages to the drop, throw, stop-dragging and cycle- intents hotkeys. - Added the hotkeys thing to the changelog. Revision: r3631 Author: baloh.matevz
This commit is contained in:
@@ -4,19 +4,19 @@ macro "macro"
|
||||
command = ".center"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "NORTHEAST+REP"
|
||||
name = "NORTHEAST"
|
||||
command = ".northeast"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "SOUTHEAST+REP"
|
||||
name = "SOUTHEAST"
|
||||
command = ".southeast"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "SOUTHWEST+REP"
|
||||
name = "SOUTHWEST"
|
||||
command = ".southwest"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "NORTHWEST+REP"
|
||||
name = "NORTHWEST"
|
||||
command = ".northwest"
|
||||
is-disabled = false
|
||||
elem
|
||||
@@ -51,6 +51,14 @@ macro "macro"
|
||||
name = "SOUTH+REP"
|
||||
command = ".south"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "INSERT"
|
||||
command = "insert-key-pressed"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "DELETE"
|
||||
command = "delete-key-pressed"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "CTRL+A"
|
||||
command = "toggle-throw-mode"
|
||||
|
||||
Reference in New Issue
Block a user