14 Here are the actions associated to screen corners in CLFSWM:
17 *corner-main-mode-left-button*
19 <table class=
"ex" cellspacing=
"5" border=
"0" width=
"100%">
21 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
24 <td style=
"color:#0000ff" nowrap
>
29 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
32 <td style=
"color:#0000ff" nowrap
>
33 Present a virtual keyboard
37 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
40 <td style=
"color:#0000ff" nowrap
>
41 Present all windows in the current frame (An expose like)
45 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
48 <td style=
"color:#0000ff" nowrap
>
54 *corner-main-mode-middle-button*
56 <table class=
"ex" cellspacing=
"5" border=
"0" width=
"100%">
58 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
61 <td style=
"color:#0000ff" nowrap
>
62 Open the help and info window
66 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
69 <td style=
"color:#0000ff" nowrap
>
70 Close or kill the current window (ask before doing anything)
74 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
77 <td style=
"color:#0000ff" nowrap
>
82 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
85 <td style=
"color:#0000ff" nowrap
>
91 *corner-main-mode-right-button*
93 <table class=
"ex" cellspacing=
"5" border=
"0" width=
"100%">
95 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
98 <td style=
"color:#0000ff" nowrap
>
99 Hide/Unhide a terminal
103 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
106 <td style=
"color:#0000ff" nowrap
>
107 Close or kill the current window (ask before doing anything)
111 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
114 <td style=
"color:#0000ff" nowrap
>
115 Present all windows in all frames (An expose like)
119 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
122 <td style=
"color:#0000ff" nowrap
>
128 *corner-second-mode-left-button*
130 <table class=
"ex" cellspacing=
"5" border=
"0" width=
"100%">
132 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
135 <td style=
"color:#0000ff" nowrap
>
140 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
143 <td style=
"color:#0000ff" nowrap
>
148 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
151 <td style=
"color:#0000ff" nowrap
>
152 Present all windows in the current frame (An expose like)
156 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
159 <td style=
"color:#0000ff" nowrap
>
165 *corner-second-mode-middle-button*
167 <table class=
"ex" cellspacing=
"5" border=
"0" width=
"100%">
169 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
172 <td style=
"color:#0000ff" nowrap
>
173 Open the help and info window
177 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
180 <td style=
"color:#0000ff" nowrap
>
185 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
188 <td style=
"color:#0000ff" nowrap
>
193 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
196 <td style=
"color:#0000ff" nowrap
>
202 *corner-second-mode-right-button*
204 <table class=
"ex" cellspacing=
"5" border=
"0" width=
"100%">
206 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
209 <td style=
"color:#0000ff" nowrap
>
214 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
217 <td style=
"color:#0000ff" nowrap
>
222 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
225 <td style=
"color:#0000ff" nowrap
>
226 Present all windows in all frames (An expose like)
230 <td align=
"left" width=
"1%" style=
"color:#ff0000" nowrap
>
233 <td style=
"color:#0000ff" nowrap
>
240 This documentation was produced with the CLFSWM auto-doc functions. To reproduce it, use the produce-corner-doc-html-in-file or
241 the produce-all-docs function from the Lisp REPL.
246 Something like this:
<br>
247 LISP
> (in-package :clfswm)
<br>
248 CLFSWM
> (produce-corner-doc-html-in-file
"my-corner.html")
<br>
249 or
<br> CLFSWM
> (produce-all-docs)