lalbornoz / PuTTie

PuTTie loves you 💚
Other
52 stars 0 forks source link

Send CTRL to the server #32

Closed azlux closed 3 months ago

azlux commented 3 months ago

Hi, I use tmux a lot, and for practicals usages, I've bind "CTRL + " to navigate between terminals.

Here the tmux I use:

#Use CTRL + arrows to navigate between terminals
bind-key -n C-right next
bind-key -n C-left prev

#use ALT + arrows to navigate between panels
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

With PuTTie, changing panel is working "ALT+Arrow", but not terminal with "CTRL+Arrow". Is PuTTie catch all CTRL commands without sending them to the server ? Did I miss a config to allow that ?

Should be great if PuTTie can send command if there are not usages for the program itself.

edit: BTW: CTRL+D (for loggout) is working well, so I suppose it's specific to arrow.

Best regards Azlux

azlux commented 3 months ago

Found it ! On "Terminal" / "Keyboard" , we need to select xterm-style bitmap for the option Shift/Ctrl/Alt with the arrow keys

Srry for the issue opened.