Fix key bindings to avoid text editing issues #68

Merged
edfloreshz merged 1 commit from fix/keybinds into main 2025-05-26 04:56:54 +00:00
edfloreshz commented 2025-05-26 04:56:48 +00:00 (Migrated from github.com)

This pull request updates key bindings to standardize the use of the Ctrl modifier and avoid text editing issues.

Key binding updates:

  • Changed the DeleteList action to use [Ctrl] instead of no modifier.
  • Updated the Icon action to use [Ctrl] instead of [Shift].

New key binds:

  • Delete Ctrl + Del
  • Icon Ctrl + I

Fixes #46

This pull request updates key bindings to standardize the use of the `Ctrl` modifier and avoid text editing issues. Key binding updates: * Changed the `DeleteList` action to use `[Ctrl]` instead of no modifier. * Updated the `Icon` action to use `[Ctrl]` instead of `[Shift]`. New key binds: - Delete `Ctrl + Del` - Icon `Ctrl + I` Fixes #46
Sign in to join this conversation.
No description provided.