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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user