projects
/
micropolis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4ac0f6
)
fix modifier problems (like NumLock) by ignoring hateMods
author
Michael Gernoth
<michael@gernoth.net>
Sun, 20 Jan 2008 13:23:23 +0000
(14:23 +0100)
committer
Michael Gernoth
<michael@gernoth.net>
Sun, 20 Jan 2008 13:23:23 +0000
(14:23 +0100)
src/tk/tkbind.c
patch
|
blob
|
blame
|
history
diff --git
a/src/tk/tkbind.c
b/src/tk/tkbind.c
index
1aa2614
..
d83ca5e
100644
(file)
--- a/
src/tk/tkbind.c
+++ b/
src/tk/tkbind.c
@@
-1642,9
+1642,11
@@
MatchPatterns(bindPtr, psPtr)
!= patPtr->needMods) {
goto nextSequence;
}
+#if 0
if ((state & patPtr->hateMods) != 0) {
goto nextSequence;
}
+#endif
if ((patPtr->detail != 0)
&& (patPtr->detail != *detailPtr)) {
goto nextSequence;
Impressum
,
Datenschutz