No, terminals only support three modifiers: Ctrl (for some keys), Meta (Alt, for almost all keys), and Shift (for a few keys).
On 22 November 2017 at 04:39, Johni Green <[email protected]> wrote: > Hello! I used recently Shift + arrows to switch between windows and Alt + > arrows to switch between panes: > > bind-key -n M-Left select-pane -L > bind-key -n M-Right select-pane -R > bind-key -n M-Up select-pane -U > bind-key -n M-Down select-pane -D > bind -n S-Left previous-window > bind -n S-Right next-window > > But I can't use it now because I need this bindings for another program. > > Is this possible to used in bindings above Right Shift and Right Alt > instead of normal Shift and Alt? > > -- > You received this message because you are subscribed to the Google Groups > "tmux-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
