fix conflicting hotkeys
This commit is contained in:
parent
37321e8d52
commit
1a9e0243f4
@ -18,12 +18,12 @@
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
<input type="checkbox" id="enable-search" title="Toggle (Alt + Delete)">
|
||||
<input type="checkbox" id="enable-search">
|
||||
</p>
|
||||
<p>
|
||||
<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-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>
|
||||
</div>
|
||||
</p>
|
||||
|
@ -43,12 +43,6 @@
|
||||
"default": "Alt+Insert"
|
||||
},
|
||||
"description": "Open search window"
|
||||
},
|
||||
"options": {
|
||||
"suggested_key": {
|
||||
"default": "Alt+End"
|
||||
},
|
||||
"description": "Open options page"
|
||||
}
|
||||
},
|
||||
"web_accessible_resources": ["fg/frame.html"],
|
||||
|
Loading…
Reference in New Issue
Block a user