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 the current frame (An expose like)
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)
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*:
24 Bottom-Right: Present all windows in the current frame (An expose like)
27 *Corner-Second-Mode-Middle-Button*:
28 Top-Left: Open the help and info window
33 *Corner-Second-Mode-Right-Button*:
36 Bottom-Right: Present all windows in all frames (An expose like)
40 This documentation was produced with the CLFSWM auto-doc functions.
41 To reproduce it, use the produce-menu-doc-in-file or
42 the produce-all-docs function from the Lisp REPL.
45 LISP> (in-package :clfswm)
46 CLFSWM> (produce-corner-doc-in-file "my-corner.txt")
48 CLFSWM> (produce-all-docs)