1
0
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:
Amadeusz Sławiński
2015-07-27 18:19:51 +02:00
committed by Carlos R. Mafra
parent fc437783f9
commit 16e92d89aa

View File

@@ -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: