This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
i3lock
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add XK_KP_Enter as synonym for XK_Return
master
Michael Stapelberg
15 years ago
parent
f891929d34
commit
7ba6f07322
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
i3lock.c
+ 1
- 0
i3lock.c
View File
@ -135,6 +135,7 @@ static void handle_key_press(xcb_key_press_event_t *event) {
return
;
case
XK_Return
:
case
XK_KP_Enter
:
input_done
(
)
;
case
XK_Escape
:
input_position
=
0
;
Write
Preview
Loading…
Cancel
Save