Skip to content

Commit

Permalink
bug fixed: pressing A will behave like before and pressing Control+A …
Browse files Browse the repository at this point in the history
…will only select inactive orders
  • Loading branch information
soundmud committed Jul 9, 2020
1 parent 04bc5ac commit 6a08a6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/ui/bindings.txt
Expand Up @@ -71,11 +71,11 @@ CTRL SHIFT TAB: select_target -1 useful

; give an order

a: select_order 1
SHIFT a: select_order -1
a: select_order 1 inactive_included
SHIFT a: select_order -1 inactive_included

CTRL a: select_order 1
CTRL SHIFT a: select_order -1
CTRL a: select_order 1 inactive_only
CTRL SHIFT a: select_order -1 inactive_only

ALT a: order_shortcut ; order shortcuts are defined in style.txt

Expand Down

0 comments on commit 6a08a6e

Please sign in to comment.