You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SublimeText has mnemonics, and opens app submenus at the top left of the window (relative (0,0)). So I'll probably need to adjust the position during an aboutToOpen signal or something. Or update it's position during updateButtonGeometry.
The shortcut opens the LIM submenu instead of the Global Menu in Sublime Text, which is a good sign.
Decorations don't recieve KeyEvents afaik. So it's not possible to detect Alt pressed. I don't think it's possible to detect a menu shortcut either. Gtk menus open (in the wrong spot), but Qt menus don't at all.
As mentioned in Issue #1.
(0,0)
). So I'll probably need to adjust the position during anaboutToOpen
signal or something. Or update it's position duringupdateButtonGeometry
.Alt
.This requires changes upstream in KWin to implement.
The text was updated successfully, but these errors were encountered: