* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user