Build executable image from load.lisp.
[clfswm.git] / doc / corner.txt
blob2ff59640c52938bc680272befcc3ced43c9d2d92
1 Here are the actions associated to screen corners in CLFSWM:
3 *Corner-Main-Mode-Left-Button*:
4   Top-Left: Open the main menu
5   Top-Right: Present a virtual keyboard
6   Bottom-Right: Present all windows in currents roots (An expose like)
7   Bottom-Left: ---
9 *Corner-Main-Mode-Middle-Button*:
10   Top-Left: Open the help and info window
11   Top-Right: Close or kill the current window (ask before doing anything)
12   Bottom-Right: ---
13   Bottom-Left: ---
15 *Corner-Main-Mode-Right-Button*:
16   Top-Left: Hide/Unhide a terminal
17   Top-Right: Close or kill the current window (ask before doing anything)
18   Bottom-Right: Present all windows in all frames (An expose like)
19   Bottom-Left: Start the file manager
21 *Corner-Second-Mode-Left-Button*:
22   Top-Left: ---
23   Top-Right: ---
24   Bottom-Right: Present all windows in currents roots (An expose like)
25   Bottom-Left: ---
27 *Corner-Second-Mode-Middle-Button*:
28   Top-Left: Open the help and info window
29   Top-Right: ---
30   Bottom-Right: ---
31   Bottom-Left: ---
33 *Corner-Second-Mode-Right-Button*:
34   Top-Left: ---
35   Top-Right: ---
36   Bottom-Right: Present all windows in all frames (An expose like)
37   Bottom-Left: ---
40 This documentation was produced with the CLFSWM auto-doc functions.
41 To reproduce it, use the produce-corner-doc-in-file or
42 the produce-all-docs function from the Lisp REPL.
44 Something like this:
45 LISP> (in-package :clfswm)
46 CLFSWM> (produce-corner-doc-in-file "my-corner.txt")
48 CLFSWM> (produce-all-docs)