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:
Erthilo
2012-05-21 20:31:53 +01:00
parent c84aa96cc4
commit 89aa2d0a90
2 changed files with 72 additions and 6 deletions

View File

@@ -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"