* Changed the way the shortcuts are switched: we no longer do the same thing

as BeOS on the right side (that is, switching control and option key), but
  switch control and command there as well.
* As a consequence, the Alt-Gr key will stay where it is when switching the
  shortcuts.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29929 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-04-05 13:00:51 +00:00
parent c21f81c11a
commit 6db2be327d
2 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ protected:
BView* _CreateMapLists();
void _AddKeyboardLayouts(BMenu* menu);
void _UpdateShortcutButton();
void _UpdateSwitchShortcutButton();
void _UpdateButtons();
void _SwitchShortcutKeys();