mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Apply cwm-3-input_shift.diff from http://aon.iki.fi/cwm/.
This commit is contained in:
parent
890a32aa33
commit
8d60503290
2
grab.c
2
grab.c
@ -378,7 +378,7 @@ grab_label(struct client_ctx *cc)
|
||||
switch (e.type) {
|
||||
case KeyPress:
|
||||
if (input_keycodetrans(e.xkey.keycode, e.xkey.state,
|
||||
&ctl, &chr, 1) < 0)
|
||||
&ctl, &chr, 0) < 0)
|
||||
continue;
|
||||
|
||||
switch (ctl) {
|
||||
|
Loading…
Reference in New Issue
Block a user