alols / xcape

Linux utility to configure modifier keys to act as other keys when pressed and released on their own.
GNU General Public License v3.0
2.1k stars 117 forks source link

Beginner questions, how to remove/reset settings? #126

Closed jtv199 closed 3 years ago

jtv199 commented 3 years ago

I have used xcape -e 'Alt_L=#41' to test out the functionality and then used xcape -e 'Alt_L=space' thinking it would overide the previous instruction, though now when i tap LAlt it just prints both assignments. Is there a way i can reset or remove this?

danr commented 3 years ago

I think the way is to kill the processes and just start a new one. Terminating them can be done in many ways such as pkill xcape or killall xcape.

jtv199 commented 3 years ago

Thanks, that was it. It seems like I should learn more bash.