change keybindings that don't use ctrl, make MoveTypeInProc ctrl aware; fixes #35000
authorArun Persaud <arun@nubati.net>
Sat, 10 Dec 2011 19:04:17 +0000 (11:04 -0800)
committerArun Persaud <arun@nubati.net>
Sat, 10 Dec 2011 19:04:17 +0000 (11:04 -0800)
commit33c2b32d895ba5b4633500928d0b8422e92b1b31
tree71fcd9ef82114d20523b3b82b1100e8bb21f8d17
parent2e1b23acf50abeddc2ac7a24d464be0176e559b4
change keybindings that don't use ctrl, make MoveTypeInProc ctrl aware; fixes #35000

two keybindings were using keys without modifiers, adjusted these to use the ctrl key.
Furthermore when typing in moves we need to check if ctrl was pressed and ignore those inputs.

Also added documentation for these keybindings.
xboard.c
xboard.texi
xoptions.c