mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-27 00:05:45 +01:00
Replace 'ignorecase' and 'smartcase' with 'searchcase'.
This commit is contained in:
@@ -969,11 +969,9 @@ const Events = Module("events", {
|
||||
this._input.motionCount = null;
|
||||
|
||||
if (!isEscape(key)) {
|
||||
stop = false;
|
||||
if (mode.main === modes.TEXT_EDIT) {
|
||||
stop = (mode.main === modes.TEXT_EDIT);
|
||||
if (stop)
|
||||
dactyl.beep();
|
||||
stop = true;
|
||||
}
|
||||
|
||||
if (mode.main === modes.COMMAND_LINE)
|
||||
if (!(mode.extended & modes.INPUT_MULTILINE))
|
||||
|
||||
Reference in New Issue
Block a user