mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Bug 661831 - In about:permissions, make Ctrl+f focus the filter box instead of invoking the find bar
This commit is contained in:
parent
7a70b9241b
commit
b42ce19494
3 changed files with 23 additions and 4 deletions
|
|
@ -25,6 +25,10 @@
|
|||
<script type="application/javascript"
|
||||
src="chrome://browser/content/preferences/aboutPermissions.js"/>
|
||||
|
||||
<keyset>
|
||||
<key key="&focusSearch.key;" modifiers="accel" oncommand="AboutPermissions.focusFilterBox();"/>
|
||||
</keyset>
|
||||
|
||||
<hbox flex="1" id="permissions-header">
|
||||
<label id="permissions-pagetitle">&permissionsManager.title;</label>
|
||||
</hbox>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue