Comment 4 for bug 149943

Revision history for this message
Mats (matsben) wrote : Re: [Bug 149943] Re: Keyboard navigation

Added:
     bind $top <Command-Alt-KeyPress-Left> {+tileutils::nb::TLCycleTab %W -1}
     bind $top <Command-Alt-KeyPress-Right> {+tileutils::nb::TLCycleTab %W 1}
but these bindings are not firing. If I skip the Alt it goes well. The
Alt seems special. Internally it seems that Alt_L and Alt_R are used
but if I use them I get an error from the bind command. Not sure what
to do.