>>>>> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
>> Basically, you are killing the binding of Tab to LFUN_CELL_FORWARD. Juergen> Why? Isn't this bound to "Tab" (without Shift)? Because ~S-Tab means "either Tab or S-Tab". It may happen that it does not cause harm here, but you have bound the same key to two different LFUNs... Juergen> So is "Tab" the equivalent of "ISO_Left_Tab" on your System? I am not sure what you mean. I meant that I get ISO_Left_Tab where you get BackTab. Juergen> Then why not Juergen> kbmap->bind("Tab", FuncRequest(LFUN_CELL_FORWARD)); Juergen> kbmap->bind("~S-BackTab", FuncRequest(LFUN_CELL_BACKWARD)); Juergen> kbmap->bind("~S-ISO_Left_Tab", FuncRequest(LFUN_CELL_BACKWARD)); That is probably OK, although you should not forget the C-Tab entry, which is completely different. JMarc