Re: [hackers] [svkbd][PATCH] allow neutralizing a key modifier by applying the same modifier again

2021-04-18 Thread Hiltjo Posthuma
On Sun, Apr 18, 2021 at 04:26:05PM +0200, Max Schillinger wrote: > svkbd allows you to create keys for symbols of the second (=shift) layer by > defining them with a modifier included, like: > > { "|", "|", XK_backslash, 1, XK_Shift_L }, > > This key creates a pipe symbol by sending shift +

[hackers] [svkbd][PATCH] allow neutralizing a key modifier by applying the same modifier again

2021-04-18 Thread Max Schillinger
svkbd allows you to create keys for symbols of the second (=shift) layer by defining them with a modifier included, like: { "|", "|", XK_backslash, 1, XK_Shift_L }, This key creates a pipe symbol by sending shift + backslash. But unfortunately, this way you can't emit get the original