mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:47:59 +01:00
fixed ctrl-i in textboxes
This commit is contained in:
1
Donators
1
Donators
@@ -2,6 +2,7 @@
|
||||
<b>Note:</b> If you don't wish to appear on this list when making a donation, please tell me.
|
||||
|
||||
2008:
|
||||
* Ryan McBride
|
||||
* Brian Clark
|
||||
* Gavin Gilmour
|
||||
* Sivaraj Doddannan
|
||||
|
||||
@@ -227,7 +227,7 @@ liberator.Editor = function () //{{{
|
||||
|
||||
// insert mode mappings
|
||||
liberator.mappings.add(modes,
|
||||
["<C-o>", "<C-i>", "<C-f>", "<C-g>", "<C-n>"],
|
||||
["<C-o>", "<C-f>", "<C-g>", "<C-n>"],
|
||||
"Ignore certain " + liberator.config.hostApplication + " key bindings",
|
||||
function () { /*liberator.beep();*/ });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user