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 115 forks source link

Control_L='Control_L|Escape' not working in vimperator #47

Closed BriceSD closed 9 years ago

BriceSD commented 9 years ago

Hello,

I'm not able to use xcape within vimperator. It looks like it's interpreting my keystroke before xcape change it.

Edit : In insert mode when I press Control_L my cursor is set at the start of the line, I've got the same issue in my terminal. Usually, in my terminal, when I press Escape it displays some proposals.

Edit 2: Nevermind, I misunderstood the meaning of the "|" ... 'Control_L=Escape' works fine, even tho my cursor is still moving, but it's not a big issue.

Regards