1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 16:54:11 +01:00

Alias ? to <S-Slash>. Closes issue #654.

This commit is contained in:
Kris Maglione
2011-10-25 17:14:37 -04:00
parent 9886875927
commit dcad48c23b
4 changed files with 13 additions and 7 deletions

View File

@@ -268,7 +268,7 @@ var RangeFinder = Module("rangefinder", {
function () { rangefinder.openPrompt(modes.FIND_FORWARD); });
mappings.add(myModes,
["?", "<find-backward>"], "Find a pattern backward of the current caret position",
["?", "<find-backward>", "<S-Slash>"], "Find a pattern backward of the current caret position",
function () { rangefinder.openPrompt(modes.FIND_BACKWARD); });
mappings.add(myModes,