Hey guys,
In the latest release Dev channel 3112, alt+enter for multi-select is broken. I use this feature quite a lot. Can we get this fixed? Otheriwise, how do I downgrade?
Thanks!
Hey guys,
In the latest release Dev channel 3112, alt+enter for multi-select is broken. I use this feature quite a lot. Can we get this fixed? Otheriwise, how do I downgrade?
Thanks!
do you perhaps mean ctrl+enter?
from the default keybinding file:
{ "keys": ["ctrl+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} },
{ "keys": ["ctrl+shift+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line Before.sublime-macro"} },
From looking at the key binding files, alt+enter seems to execute find_all when you have one of the find panels open. I am running 3112 on OS X and the key bindings seem to be working properly.
Thanks Will. How can I troubleshoot this to find what’s causing the behavior to be different?
Alt+Enter works fine in Linux as well, but is there a keybinding to perform replace_all from panel? Ctrl+Alt+Enter doesn’t seem to work.
Ctrl+Alt+Enter works OK for me on Debian, Gnome Shell 3.18 and Sublime Text build 3112.
Maybe it has been taken over by some package? Do you have some other package, like, for example, the Clickable URLs package, that uses Ctrl+Alt+Enter by default?
Wow…I’m pretty embarrassed. I had a shortcut of alt+enter set to something else using another program (BetterTouchtool) but had it accidentally set as a global hotkey when I meant it only for use in a specific program. It just so happened I created that shortcut right before updating Sublime to the latest version.
Thanks for bearing with me, guys!
Everything works now.