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.
Added: Alt-KeyPress- Left> {+tileutils: :nb::TLCycleTab %W -1} Alt-KeyPress- Right> {+tileutils: :nb::TLCycleTab %W 1}
bind $top <Command-
bind $top <Command-
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.