Allow unselecting all with u.s. keyboards

This commit is contained in:
jsalmon3 2002-06-25 18:57:44 +00:00
parent adb5f872e0
commit 09c8ffe3f5

View file

@ -660,6 +660,7 @@ local int CommandKey(int key)
return 1;
case '^': // Unselect everything
case '`':
UiUnselectAll();
break;