mirror of
https://github.com/0intro/conterm
synced 2024-11-24 06:39:37 +03:00
ctl-alt is not ctl-u (tony lainson)
This commit is contained in:
parent
46bd8d37d2
commit
5c16612307
@ -1224,7 +1224,7 @@ xkeyboard(XEvent *e)
|
||||
if(k == XK_hyphen)
|
||||
k = XK_minus;
|
||||
/* Do control mapping ourselves if translator doesn't */
|
||||
if(e->xkey.state&ControlMask)
|
||||
if(e->xkey.state&ControlMask && k != Kalt)
|
||||
k &= 0x9f;
|
||||
if(k == NoSymbol) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user