Update 70000-incoming.py
This commit is contained in:
parent
d112dd3167
commit
2da4bd3df4
@ -26,6 +26,8 @@ class command():
|
||||
|
||||
# its a cursor movement (experimental) - maybe also check current shortcut string?
|
||||
|
||||
if not '$' in self.env['screenData']['newDelta'] and
|
||||
not '#' in self.env['screenData']['newDelta']:
|
||||
if abs(self.env['screenData']['newCursor']['x'] - self.env['screenData']['oldCursor']['x']) >= 1:
|
||||
if len(self.env['screenData']['newDelta'].strip(' \n\t0123456789')) <= 2:
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user