1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

Allow using numpad Enter key in dialogs for confirmation

Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
Amadeusz Sławiński
2015-07-27 18:19:52 +02:00
committed by Carlos R. Mafra
parent 16e92d89aa
commit 49e94f9747

View File

@@ -1000,6 +1000,9 @@ static void handleTextFieldKeyPress(TextField * tPtr, XEvent * event)
}
break;
#ifdef XK_KP_Enter
case XK_KP_Enter:
#endif
case XK_Return:
if (!modified) {
data = (void *)WMReturnTextMovement;