1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:32:27 +01:00

fixed ctrl-i in textboxes

This commit is contained in:
Martin Stubenschrott
2008-06-25 12:39:00 +00:00
parent 7aa055d9d3
commit e4b247f3f7
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
<b>Note:</b> If you don't wish to appear on this list when making a donation, please tell me. <b>Note:</b> If you don't wish to appear on this list when making a donation, please tell me.
2008: 2008:
* Ryan McBride
* Brian Clark * Brian Clark
* Gavin Gilmour * Gavin Gilmour
* Sivaraj Doddannan * Sivaraj Doddannan

View File

@@ -227,7 +227,7 @@ liberator.Editor = function () //{{{
// insert mode mappings // insert mode mappings
liberator.mappings.add(modes, 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", "Ignore certain " + liberator.config.hostApplication + " key bindings",
function () { /*liberator.beep();*/ }); function () { /*liberator.beep();*/ });