Contents
Why
What do we want
Accessible with a single key stroke
Available on all virtual desktops
No Title, No border
Transparent background
Not shown on task-bar, task switch, or Alt-Tab
And finally, nice animation
Why
Well we already have many quake like terminals already:
Kuake
Yakuake
Tilda
Stjerm
But what if you don’t like loading the whole KDE libraries to get
this? Or, what if all those programs lacks some […]
¶
Posted 07 September 2007
§
freebsd
‡
I can use xev to see what key I just pressed. Also the Emacs
C-h k runs the command describe-key
which is an interactive compiled Lisp function in `help’.
It is bound to C-h k, <f1> k, <help> k, <menu-bar> <help-menu> <describe> <describe-key>, <menu-bar> <help-menu> <describe> <describe-key-1>.
(describe-key key &optional untranslated up-event)
Display documentation of the function invoked by key.
key […]