Home » Questions » Computers [ Ask a new question ]

ctrl+h as Backspace in linux GUI apps

ctrl+h as Backspace in linux GUI apps

After doing some work in linux terminals, I got used to the Ctrl + h shortcut acting like the Backspace key.

Asked by: Guest | Views: 276
Total answers/comments: 2
Guest [Entry]

"(better late than never)

It can be done for gtk applications:

Locate or create ~/.gtkrc-2.0

add the following line:

gtk-key-theme-name = ""Emacs""

restart your gtk-app (pidgin. firefox etc) and you will be able to use ctrl-h ctrl-w and ctrl-u for deletion"
Guest [Entry]

"After quite a bit of Google searching, I found

XHKeys

which seems to be able to do quite that... There is a long manual there to, I only skimmed through that. So it's up to you to really verify if it works for you."