mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Enable auto-repeat for all non-qualifier keys
This commit is contained in:
parent
77dc4b8f79
commit
6c8f71be0a
10
packages/multimedia/SDL/patches/SDL-1.2.15-keyRepeat.patch
Normal file
10
packages/multimedia/SDL/patches/SDL-1.2.15-keyRepeat.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/src/events/SDL_keyboard.c 2013-11-09 11:30:21.828161683 +0100
|
||||
+++ b/src/events/SDL_keyboard.c 2013-11-09 11:30:54.284183206 +0100
|
||||
@@ -417,6 +417,7 @@
|
||||
keysym->mod = (SDLMod)modstate;
|
||||
switch (keysym->sym) {
|
||||
case SDLK_UNKNOWN:
|
||||
+ repeatable = 1;
|
||||
break;
|
||||
case SDLK_NUMLOCK:
|
||||
modstate ^= KMOD_NUM;
|
Loading…
x
Reference in New Issue
Block a user