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
Back when I was using X11 on this laptop, I could use this Xmodmap file to remap the right ctr key to the menu key: keycode 105 = Menu
In kbct, my config yaml file looks like this:
# Apply this configuration to two keyboards (if connected)
- keyboards: [ "Lenovo TrackPoint Keyboard II", "AT Translated Set 2 keyboard"]
keymap:
rightctrl: menu
I can see that the rightctl key is being pressed and kbct is reporting that the menu key is pressed, except no right click menu ever appears. (I also tried replacing "menu" with "context_menu", but I've had no such luck. "context"menu" is reported in the debug, but no context menu appears)
Back when I was using X11 on this laptop, I could use this Xmodmap file to remap the right ctr key to the menu key:
keycode 105 = Menu
In kbct, my config yaml file looks like this:
I can see that the rightctl key is being pressed and kbct is reporting that the menu key is pressed, except no right click menu ever appears. (I also tried replacing "menu" with "context_menu", but I've had no such luck. "context"menu" is reported in the debug, but no context menu appears)
Details:
Fedora 36 KDE with Wayland
Thinkpad T480
kbct v0.1.0
The text was updated successfully, but these errors were encountered: