Sublime Forum

Find all in files (alt+enter) works with right alt only (Debian, Mate)

#1

Strange thing.
It used to work in the past but stopped some time ago (at least a couple of months) and still doesn’t work in build 3183.
left-alt + enter does nothing on search-in-files panel (ctrl+shift_f. right-alt enter works as expected.
Both alts works correctly in find-in-current-file panel (ctrl+f).
I don’t have any custom binding for alt+enter. I don’t see any package that
My find-all configuration is as follows:

{ "keys": ["alt+enter"], "command": "find_all", "args": {"close_panel": true},
     "context": [{"key": "panel", "operand": "find"}, {"key": "panel_has_focus"}]
}

It didn’t help when I copied this config into user keymap.
It didn’t help when I changed combination to “alt+b” - left alt just don’t trigger action.

Other alt+sth combintations in editor (like Alt+S in CTags or alt+F2 for bookmarks action) seems to work correctly.
And again: alt+enter on find-in-file (ctrl+f) works with left alt!

I’m very confused. What may be the reson of such strange behaviour?

0 Likes