Sublime Forum

Up arrow in overlay does not work as it did in ST2

#1

I’m using the newest build (3033) of Sublime Text 3 on OS X 10.8
(This also was happening in build 3021)

I’ve setup some shortcuts to open an overlay of custom commands using the following in my sublime-keymap file:

** { “keys”: “command+f1”], “command”: “show_overlay”, “args”: {“overlay”: “command_palette”, “text”: “PHP”} }**

I’ve noticed recently the using the down arrow works to navigate the menu but for some reason the up arrow does not in the way it used to. The up arrow works if I down arrow a few items then use up to go back up but it does not work to wrap from the first item to the last item on the overlay. Sublime Text 2 did (and still does) this on my computer.

Am I missing something? (it’s mildly frustrating)

If I do a command + shift + P to open the Command Pallet or command + R to open the Goto Symbol overlay the up arrow does not work when trying to wrap around the list. It does in ST2.

(This is also here: http://stackoverflow.com/questions/16482654/does-the-up-arrow-not-work-with-an-overlay-in-sublime-text-3)

0 Likes