On Wed, Oct 17, 2007 at 01:42:24AM -0500, Bo Peng wrote: > On 10/17/07, Andre Poenitz <[EMAIL PROTECTED]> wrote: > > On Wed, Oct 17, 2007 at 01:04:39AM -0500, Bo Peng wrote: > > > > The implementation may be awkward, but all LFUNs are now listed > > > > correctly. Please test and comment. > > > > > > BTW, I can only print out C-1 for bookmark-goto 1, whereas its > > > definition is C-~S-1 in cua.bind. What is this ~S? Can anyone help me > > > output C-~S-1 in the dialog? > > > > It means '... and don't care about the state of the shift key'. > > > > That's e.g. for people that like to access '1' by pressing Shift + some > > key. > > > > I am not sure that this is reversable. Maybe the keybindings would need > > to store an extra flag. > > > > To avoid this problem, I think this should be replaced by > > \bind C-1 blah > \bind C-S-1 blah
Hm... we have 274 instances in our bind files alone. I don't care too much, but I could also imagine you looking up C-1 and C-S-1 and if both match you output ~S. Andre'