mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-01-23 16:25:10 +01:00
final fixes for UIQ3
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@573 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
61f66fe0ab
commit
8611d1242e
@ -729,7 +729,8 @@ static void keys_parse(const char *var, const char *val, int binds[32],
|
||||
return;
|
||||
}
|
||||
|
||||
if (binds == currentConfig.KeyBinds && !(keys_encountered & (1<<t))) { // hack
|
||||
// unbind old, but only when key is first encountered
|
||||
if (t < 32 && binds == currentConfig.KeyBinds && !(keys_encountered & (1<<t))) {
|
||||
binds[t] = 0;
|
||||
keys_encountered |= 1<<t;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user