Re: [Vimprobable-users] [PATCH] Ignore irrelevant modifiers in key events.
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Daniel C. <dan...@gm...> - 2011-09-22 19:54:26
|
Hi! On Thu, Sep 22, 2011 at 05:25:23PM +0200, Hans-Peter Deifel wrote: > Modifiers that change the key's symbol shouldn't be considered when > comparing keys, because they can vary between different keyboard > layouts. For example, the semicolon is shifted on DE keyboards and > isn't on US keyboards, so we should just use ';' for the binding and > ignore the shift modifier in the key event handler. This works for me, but I have also a german layout. Daniel |