Home » Questions » Computers [ Ask a new question ]

Using ctrl-h for backspace in kde apps

Using ctrl-h for backspace in kde apps

I set up GTK Applications to interpret Ctrl-h as a backspace, Ctrl-u to delete the part of the line before the cursor and Ctrl-w to delete the previous word, by adding the following:

Asked by: Guest | Views: 312
Total answers/comments: 1
Guest [Entry]

"Emacs does not adhere to the Common User Access standard, but KDE does, you will not find these specific shortcuts. There are workarounds.

You may redefine or supplement these predefined shortcuts in the Control Centre or System Settings:

Ctrl+Backspace delete word backward
Ctrl+Delete delete word forward
Ctrl+K delete line

Using the Control Centre, you may set up a keyboard macro that plays back the following sequences on for instance the trigger Ctrl+u.

Shift+Home, Delete select from the cursor to the beginning of the line, delete selected text
Shift+End, Delete select from the cursor to the end of the line, delete selected text

The Backspace key's functionality, namely deleting one character backward, seems to be hard-coded into Qt. Again, you can use a macro to play back Backspace on the trigger Ctrl+h."