Re: question about keyboard shortcuts

2024-06-26 Thread Alan D. Salewski
On 2024-06-26 15:29:11, "Alan D. Salewski" spake thus: On 2024-06-26 22:05:14, Feodor spake thus: 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 t

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

Re: question about keyboard shortcuts

2024-06-26 Thread Alan D. Salewski
On 2024-06-26 22:05:14, Feodor spake thus: 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: e

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

Re: question about keyboard shortcuts

2024-06-21 Thread Yeechang Lee
I forgot to mention that, if you need to send escape, try typing CTRL-[.

Re: question about keyboard shortcuts

2024-06-21 Thread Yeechang Lee
Feodor says: > I need to set "escape" combination to CTRL+TAB. You can't. TAB is CTRL-I in VT100 mode which most terminals use, so there is no way to modify that further with CTRL. The best you can do is, if possible, have your local terminal emulator intercept CTRL-TAB, send another character,

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