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. Andre'