* Added ability to change modifier keys (per drag and drop).

* Added button to switch shortcut modifier keys.
* Added option to make the KeyboardLayoutView non-editable.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29801 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-03-30 13:19:11 +00:00
parent 91fbc75fd1
commit ebe98045d7
6 changed files with 155 additions and 9 deletions
+3
View File
@@ -39,7 +39,9 @@ protected:
BView* _CreateMapLists();
void _AddKeyboardLayouts(BMenu* menu);
void _UpdateShortcutButton();
void _UpdateButtons();
void _SwitchShortcutKeys();
void _UseKeymap();
void _RevertKeymap();
@@ -61,6 +63,7 @@ protected:
BMenu* fFontMenu;
KeyboardLayoutView* fKeyboardLayoutView;
BTextControl* fTextControl;
BButton* fSwitchShortcutsButton;
Keymap fCurrentMap;
Keymap fPreviousMap;