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

"greater" key doesn't work, and give a "less" key instead #143

Open sulivanShu opened 1 year ago

sulivanShu commented 1 year ago

"greater" key (0x003e, >) doesn't work, and give a "less" key instead (0x003c, <)

so:

$ xcape -t 200 -e 'Control_L=less;Control_R=greater'

Control_L and Control_R give the same key: "less" (0x003c, <)

sulivanShu commented 1 year ago

however, this works:

$ xcape -t 200 -e 'Control_L=less;Control_R=Shift_R|greater'

or

$ xcape -t 200 -e 'Control_L=less;Control_R=Shift_R|less'

I don't know why.