fix conflicting hotkeys
This commit is contained in:
parent
37321e8d52
commit
1a9e0243f4
@ -18,12 +18,12 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>
|
<p>
|
||||||
<input type="checkbox" id="enable-search" title="Toggle (Alt + Delete)">
|
<input type="checkbox" id="enable-search">
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<div class="btn-group" style="white-space: nowrap">
|
<div class="btn-group" style="white-space: nowrap">
|
||||||
<button type="button" id="open-search" title="Search (Alt + Insert)" class="btn btn-default btn-xs glyphicon glyphicon-search"></button>
|
<button type="button" id="open-search" title="Search (Alt + Insert)" class="btn btn-default btn-xs glyphicon glyphicon-search"></button>
|
||||||
<button type="button" id="open-options" title="Options (Alt + End)" class="btn btn-default btn-xs glyphicon glyphicon-wrench"></button>
|
<button type="button" id="open-options" title="Options" class="btn btn-default btn-xs glyphicon glyphicon-wrench"></button>
|
||||||
<button type="button" id="open-help" title="Help" class="btn btn-default btn-xs glyphicon glyphicon-question-sign"></button>
|
<button type="button" id="open-help" title="Help" class="btn btn-default btn-xs glyphicon glyphicon-question-sign"></button>
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
|
@ -43,12 +43,6 @@
|
|||||||
"default": "Alt+Insert"
|
"default": "Alt+Insert"
|
||||||
},
|
},
|
||||||
"description": "Open search window"
|
"description": "Open search window"
|
||||||
},
|
|
||||||
"options": {
|
|
||||||
"suggested_key": {
|
|
||||||
"default": "Alt+End"
|
|
||||||
},
|
|
||||||
"description": "Open options page"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web_accessible_resources": ["fg/frame.html"],
|
"web_accessible_resources": ["fg/frame.html"],
|
||||||
|
Loading…
Reference in New Issue
Block a user