Sublime Forum

Tab's context menu

#1

how by hotkey open tab’s context menu?
st3

0 Likes

#2

tried with sublime.log_commands(True)

context_menu {"event": {"button": 2, "x": 1777.5, "y": 823.5}}
0 Likes

#3

how to properly configure a hotkey in user’s .sublime-keymap?

alt+context_menu
command: context_menu {“event”: {“button”: 2, “x”: 61.5, “y”: 18.5}}

0 Likes

#4

I can not verify this right now, but are you sure you are referring to the same context menu?

0 Likes