question about keyboard combinations

2025-02-19 Thread Feodor
I prescribed bindkey ^[[1;3D prev bindkey ^[[1;3C next in ~/.screenrc for switching between tabs with ALT+LEFT/RIGHT. It works only with left ALT. What should I put in to make right ALT work similar? I'm using st terminal.

Re: Write the contents of the paste buffer.

2024-12-06 Thread Feodor
D писал(а) 2024.12.05 22:12: Unnecessary sequence like "^[(K" and "[^[(B" sometimes appears when I paste text from buffer. How to prevent the appearance of a sequence? Maybe $TERM is wrong? $LANG ? Something bad in $PS1 ?

question about keyboard shortcuts

2024-06-26 Thread Feodor
Hi. Can anyone help me? I want to set custom keyboard shortcuts for screen, but I don't know which key codes to put. I need to set "escape" combination to CTRL+TAB. Also I need to set switching to next/previos tabs to ALT+Left/Right arrows. I tried: escape ^| escape ^Tab escape ^[[27;5;9~ bi

question about keyboard shortcuts

2024-06-26 Thread Feodor
Hi. Can anyone help me? I want to set custom keyboard shortcuts for screen, but I don't know which key codes to put. I need to set "escape" combination to CTRL+TAB. Also I need to set switching to next/previos tabs to ALT+Left/Right arrows. I tried: escape ^| escape ^Tab escape ^[[27;5;9~ bi

question about keyboard shortcuts

2024-06-21 Thread Feodor
Hi. Can anyone help me? I want to set custom keyboard shortcuts for screen, but I don't know which key codes to put. I need to set "escape" combination to CTRL+TAB. Also I need to set switching to next/previos tabs to ALT+Left/Right arrows. I tried: escape ^| escape ^Tab escape ^[[27;5;9~ bi