projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
217502f
)
Add plain arrows as key binding for stepping forward/backward
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 5 Aug 2011 18:31:44 +0000 (20:31 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Sat, 6 Aug 2011 16:40:53 +0000 (18:40 +0200)
xboard.c
patch
|
blob
|
history
diff --git
a/xboard.c
b/xboard.c
index
3ad0fb1
..
7af9fd7
100644
(file)
--- a/
xboard.c
+++ b/
xboard.c
@@
-1087,6
+1087,8
@@
char globalTranslations[] =
:Meta<Key>Right: ForwardProc() \n \
:Meta<Key>Home: ToStartProc() \n \
:Meta<Key>Left: BackwardProc() \n \
+ :<Key>Left: BackwardProc() \n \
+ :<Key>Right: ForwardProc() \n \
:<Key>Home: RevertProc() \n \
:<Key>End: TruncateGameProc() \n \
:Ctrl<Key>m: MoveNowProc() \n \