ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtperl.3.txt
(Generate patch)

Comparing rxvt-unicode/doc/rxvtperl.3.txt (file contents):
Revision 1.42 by root, Thu Jul 6 18:56:10 2006 UTC vs.
Revision 1.43 by root, Mon Jul 17 19:20:29 2006 UTC

234 234
235 You enable it by specifying this extension and a preedit style of 235 You enable it by specifying this extension and a preedit style of
236 "OnTheSpot", i.e.: 236 "OnTheSpot", i.e.:
237 237
238 rxvt -pt OnTheSpot -pe xim-onthespot 238 rxvt -pt OnTheSpot -pe xim-onthespot
239
240 kuake<hotkey>
241 A very primitive quake-console-like extension. It was inspired by a
242 description of how the programs "kuake" and "yakuake" work: Whenever
243 the user presses a global accelerator key (by default "F10"), the
244 terminal will show or hide itself. Another press of the accelerator
245 key will hide or show it again.
246
247 Initially, the window will not be shown when using this extension.
248
249 This is useful if you need a single terminal thats not using any
250 desktop space most of the time but is quickly available at the press
251 of a key.
252
253 The accelerator key is grabbed regardless of any modifers, so this
254 extension will actually grab a physical key just for this function.
255
256 If you want a quake-like animation, tell your window manager to do
257 so (fvwm can do it).
239 258
240 automove-background 259 automove-background
241 This is basically a very small extension that dynamically changes 260 This is basically a very small extension that dynamically changes
242 the background pixmap offset to the window position, in effect 261 the background pixmap offset to the window position, in effect
243 creating the same effect as pseudo transparency with a custom 262 creating the same effect as pseudo transparency with a custom
515 534
516 on_x_event $term, $event 535 on_x_event $term, $event
517 Called on every X event received on the vt window (and possibly 536 Called on every X event received on the vt window (and possibly
518 other windows). Should only be used as a last resort. Most event 537 other windows). Should only be used as a last resort. Most event
519 structure members are not passed. 538 structure members are not passed.
539
540 on_root_event $term, $event
541 Like "on_x_event", but is called for events on the root window.
520 542
521 on_focus_in $term 543 on_focus_in $term
522 Called whenever the window gets the keyboard focus, before 544 Called whenever the window gets the keyboard focus, before
523 rxvt-unicode does focus in processing. 545 rxvt-unicode does focus in processing.
524 546

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines