Is it possible to control the whole Gnome desktop with vi-like commands?
- by roy
I know with readline you can use emacs or vi commands to edit the input of several
interactive text programs. I wonder if there exists such a similar facility to control
the whole desktop in Gnome or in any other desktop environment.
Maybe it could be a program that intercepts keystrokes and process them in the way vi does, translating sequences of characters to desktop commands and delivering to the active window only the text that is writen in insert mode.
Do you know some tool like that?