Sublime Forum

After some time hot keys stop working

#1

Hi! Very strange and funny behavior of hot keys.

After some period of time “ctrl+e”, “ctrl+shift+d” stop working. Nothing happens at all. For example with “ctrl+/”, ctrl+shift + up or down arrows all fine.

{ “keys”: “ctrl+shift+d”], “command”: “duplicate_line” }
{ “keys”: “ctrl+e”], “command”: “run_macro_file”, “args”: {“file”: “Packages/Default/Delete Line.sublime-macro”} }
{ “keys”: “ctrl+/”], “command”: “toggle_comment”, “args”: { “block”: false } }

Win 7 x64

0 Likes