Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When connecting to a switch, the backspace key cannot take effect directly, you need to press Shift to use it. #5862

Closed
cmmchina opened this issue Mar 2, 2022 · 8 comments

Comments

@cmmchina
Copy link

cmmchina commented Mar 2, 2022

Version: 1.0.173
Platform: macOS x64 21.3.0
Plugins: workspace-manager, title-control, search-in-browser, save-output, quick-cmds, altair
Frontend: xterm

@Issues-translate-bot Issues-translate-bot changed the title 连接交换机时,退格键不能直接生效,需要按下Shift才能使用。 When connecting to a switch, the backspace key cannot take effect directly, you need to press Shift to use it. Mar 2, 2022
@cloud-yu
Copy link

need a configuration supporting Backspace sends ^H.

@tmalaher
Copy link

tmalaher commented Jan 4, 2023

I agree with @cloud-yu

For example: putty has a setting allowing you to choose whether the backspace key sends DEL (0x7f) or Backspace (^H 0x08)

Version: 1.0.187
Platform: Windows x64 10.0.19044
Plugins: workspace-manager, theme-windows10, theme-hype, theme-gruvbox, save-output, relaxed-theme, quick-restart, quick-cmds, clippy
Frontend: xterm-webgl

@TanY0Y0
Copy link

TanY0Y0 commented Jan 9, 2023

I agree with @cloud-yu

For example: putty has a setting allowing you to choose whether the backspace key sends DEL (0x7f) or Backspace (^H 0x08)

Version: 1.0.187 Platform: Windows x64 10.0.19044 Plugins: workspace-manager, theme-windows10, theme-hype, theme-gruvbox, save-output, relaxed-theme, quick-restart, quick-cmds, clippy Frontend: xterm-webgl

so where is the setting to choose backspace key?I cant find it

@ray73864
Copy link

so where is the setting to choose backspace key?I cant find it

I'm patiently waiting for this open too.

For most things I do in the terminal, backspace and delete work just fine, but 1 editor that I have to use for work, when I press 'delete', it puts a '~' in, and when I press 'backspace', it deletes the letter to the right not the left.

In MobaXterm, I can press 'backspace' to delete the letter to the left, and if I press 'shift+backspace' or 'ctrl+backspace' it will delete the letter to the right.

Really hoping re-mapping backspace to ^H like you can in Putty, etc... becomes a thing.

Otherwise, this has allowed me to move off of both MobaXterm and CryptoTerm (it does a better job than MobaXterm in pretty much everything except ^H support for backspace, and it does a better job than CryptoTerm for WYSE60 stuff).

@terral001
Copy link

when telnet to switch/router the 'backspace' can't delete any, i must use ctr+H ,how to use backspace as usual?

@Java-q
Copy link

Java-q commented Jul 15, 2023

Temporary solutions
1、Use Ctrl-H to go backward
2, use the left cursor key to move forward, and then Backspace to automatically delete backward

Hope to improve this problem

@Eugeny
Copy link
Owner

Eugeny commented Jul 15, 2023

The new nightly will be ready soon - https://github.com/Eugeny/tabby/actions/runs/5561717712 - you'll find the new backspace setting on the Input tab of your profile config.

GitHub
A terminal for a more modern age. Contribute to Eugeny/tabby development by creating an account on GitHub.

@Jiemin17
Copy link

Jiemin17 commented Aug 9, 2023

The new nightly will be ready soon - https://github.com/Eugeny/tabby/actions/runs/5561717712 - you'll find the new backspace setting on the Input tab of your profile config.

GitHub**fixed #5862 - configurable Backspace behaviour · Eugeny/tabby@fcac52a**A terminal for a more modern age. Contribute to Eugeny/tabby development by creating an account on GitHub.

it works
thank you!

GitHub
A terminal for a more modern age. Contribute to Eugeny/tabby development by creating an account on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants