xcape
xcape copied to clipboard
Linux utility to configure modifier keys to act as other keys when pressed and released on their own.
I was looking for the default but couldn't find it anywhere until I found this repo. This small addition will let users know that the default timeout value is 500...
Any one find xcape to be slow on Ubuntu 18.04? I'm using gnome3. I have a script which sets my Spacebar to generate Ctrl when pressed down, and Space when...
I followed the tutorial at https://www.reddit.com/r/xfce/comments/7ix2p8/xfce_and_the_super_key_make_the_whisker_menu_even/. And ended up with the behavior in https://www.reddit.com/r/xfce/comments/hkpiyl/sticky_keys_enabled_and_sticky_keys_disabled/
I've mapped my backslash character to a spare modifier using the following: ``` xmodmap -e "keycode 51 = Hyper_L" xmodmap -e "remove mod4 = Hyper_L" xmodmap -e "add mod3 =...
I need to configure `Shift_L` button to act as `Ctrl_Shift+H` - it works okay. But the problem is that keypresses like `Ctrl + Shift` and `Alt + Shift` trigger this...
How can i undo this command: xcape -e 'Super_L=Shift_L|Control_L|Super_L' it interfers with xfce and every time i press the super button the system "dies"
I'm trying to make my super key act as compose when tapped, but xcape seems unwilling to ever emit Multi_key – apparently it interprets `Multi_key` as ISO_Level3_Shift, e.g.: ``` $...
Hi. I couldn't find any documentation on all the available key names except for the simple example in the README.md I'm simply trying to bind AltGr+Left_Arrow to Alt+Left_Arrow. I tried...
I stopped using `xcape` a while ago because it wasn't working anymore in my system and I recently found out about [dual-function-keys](https://gitlab.com/interception/linux/plugins/dual-function-keys). It allows me to do all I was...