+ ToggleMenuView
* Start of hotkeys for menus * General menu cleanup & rework
This commit is contained in:
@@ -18,6 +18,9 @@ var VIEW_SPECIAL_KEY_MAP_DEFAULT = {
|
||||
next : [ 'tab' ],
|
||||
up : [ 'up arrow' ],
|
||||
down : [ 'down arrow' ],
|
||||
left : [ 'left arrow' ],
|
||||
right : [ 'right arrow' ],
|
||||
clearLine : [ 'end of medium' ],
|
||||
};
|
||||
|
||||
function View(options) {
|
||||
|
||||
Reference in New Issue
Block a user