mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 20:25:38 +00:00
bump ctrl scroll movements
This commit is contained in:
parent
99a65576ff
commit
3a1f71b40f
@ -46,7 +46,7 @@ function obj:init()
|
|||||||
end
|
end
|
||||||
-- Control was down and is up, hasn't been blocked by another key, and
|
-- Control was down and is up, hasn't been blocked by another key, and
|
||||||
-- isn't above the movement threshold
|
-- isn't above the movement threshold
|
||||||
elseif (self.sendEscape == true and not newModifiers['ctrl'] and self.movements < 12) then
|
elseif (self.sendEscape == true and not newModifiers['ctrl'] and self.movements < 20) then
|
||||||
self.lastModifiers = newModifiers
|
self.lastModifiers = newModifiers
|
||||||
-- Allow for shift-escape
|
-- Allow for shift-escape
|
||||||
if newModifiers['shift'] then
|
if newModifiers['shift'] then
|
||||||
|
Loading…
Reference in New Issue
Block a user