mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 06:47:58 +01:00
Block invalid keys in VISUAL TEXT EDIT mode and add v_x mapping. Closes issue #182.
This commit is contained in:
@@ -154,7 +154,7 @@ const Modes = Module("modes", {
|
||||
disp: disp,
|
||||
extended: extended,
|
||||
input: false,
|
||||
mask: this[name],
|
||||
mask: mode,
|
||||
name: name,
|
||||
params: params || {}
|
||||
}, options);
|
||||
|
||||
Reference in New Issue
Block a user