Code

[PATCH] gitk: Bind keyboard actions to the command key on Mac OS
authorShawn O. Pearce <spearce@spearce.org>
Thu, 19 Jul 2007 04:37:58 +0000 (00:37 -0400)
committerPaul Mackerras <paulus@samba.org>
Sun, 22 Jul 2007 12:25:46 +0000 (22:25 +1000)
commitd23d98d3ba21b2a7a1d30be049bfb5d9c0a4e943
treefdb7690816ca8f0759092153b031911c3c2c7e0c
parent86da5b6c978be1e64ec42c8b08e815a83f02493e
[PATCH] gitk: Bind keyboard actions to the command key on Mac OS

git-gui already uses the command key for accelerators, but gitk has
never done so.  I'm actually finding it very hard to move back and
forth between the two applications as git-gui is following the Mac
OS X conventions and gitk is not.

This trick is the same one that git-gui uses to determine which
key to bind actions to.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk