Zren / plasma-applet-tiledmenu

https://store.kde.org/p/2142716/
145 stars 34 forks source link

Enter on numpad doesn't work #118

Closed keenanweaver closed 2 years ago

keenanweaver commented 2 years ago

When searching for something in Tiled Menu, and pressing enter on the numpad to open the searched item, results in nothing happening. Regular enter works fine, but not the numpad enter. Tried several different computers (and keyboards too), but it doesn't register anything. Works as expected on the default Plasma start menu.

OS: Arch Linux x86_64 Kernel: 5.15.12-arch1-1 DE: Plasma 5.23.5 WM: KWin X11 Tiled Menu v43 (also happens on v42)

Any tips or guidance is appreciated! Love this menu.

Zren commented 2 years ago

Looks like the numpad key is called Qt.Key_Enter while the normal key is Qt.Key_Return. Need to check them both.