mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Allow using keypad Enter to commit move/resize
Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
committed by
Carlos R. Mafra
parent
fc437783f9
commit
16e92d89aa
@@ -1445,6 +1445,9 @@ int wKeyboardMoveResizeWindow(WWindow * wwin)
|
||||
keysym = XLookupKeysym(&event.xkey, 0);
|
||||
switch (keysym) {
|
||||
case XK_Return:
|
||||
#ifdef XK_KP_Enter
|
||||
case XK_KP_Enter:
|
||||
#endif
|
||||
done = 2;
|
||||
break;
|
||||
case XK_Escape:
|
||||
|
||||
Reference in New Issue
Block a user