Allow unselecting all with u.s. keyboards
This commit is contained in:
parent
adb5f872e0
commit
09c8ffe3f5
1 changed files with 1 additions and 0 deletions
|
@ -660,6 +660,7 @@ local int CommandKey(int key)
|
|||
return 1;
|
||||
|
||||
case '^': // Unselect everything
|
||||
case '`':
|
||||
UiUnselectAll();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue