Skip to content

fix: allow backspace to delete characters in input fields#106

Open
breakersun wants to merge 1 commit intoAdembc:mainfrom
breakersun:fix/backspace-in-input-field
Open

fix: allow backspace to delete characters in input fields#106
breakersun wants to merge 1 commit intoAdembc:mainfrom
breakersun:fix/backspace-in-input-field

Conversation

@breakersun
Copy link
Copy Markdown

Previously, pressing backspace while typing in an input field (e.g., when adding a new SSH host) would switch tabs instead of deleting characters. This was problematic especially on Windows where backspace is commonly used for text editing.

Now the app checks if the user is focused on an input field before capturing Ctrl+H for tab switching. If in an input field, backspace works normally for text editing.

Fixes #92

Previously, pressing backspace while typing in an input field (e.g., when
adding a new SSH host) would switch tabs instead of deleting characters.
This was problematic especially on Windows where backspace is commonly
used for text editing.

Now the app checks if the user is focused on an input field before
capturing Ctrl+H for tab switching. If in an input field, backspace
works normally for text editing.

Fixes Adembc#92
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

User hotkeys.

1 participant