diff options
-rw-r--r-- | st.1 | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -67,6 +67,31 @@ st executes | |||
67 | instead of the shell. If this is used it | 67 | instead of the shell. If this is used it |
68 | .B must be the last option | 68 | .B must be the last option |
69 | on the command line, as in xterm / rxvt. | 69 | on the command line, as in xterm / rxvt. |
70 | .SH USAGE | ||
71 | .TP | ||
72 | .B Ctrl-Print Screen | ||
73 | toggleprinter() | ||
74 | .TP | ||
75 | .B Shift-Print Screen | ||
76 | printscreen() | ||
77 | .TP | ||
78 | .B Print Screen | ||
79 | printsel() | ||
80 | .TP | ||
81 | .B Alt-Shift-Page Up | ||
82 | increase font size | ||
83 | .TP | ||
84 | .B Alt-Shift-Page Down | ||
85 | decrease font size | ||
86 | .TP | ||
87 | .B Alt-Shift-Home | ||
88 | reset to default font size | ||
89 | .TP | ||
90 | .B Shift-Insert | ||
91 | paste from primary selection | ||
92 | .TP | ||
93 | .B Alt-Shift-Insert | ||
94 | paste from clipboard selection | ||
70 | .SH CUSTOMIZATION | 95 | .SH CUSTOMIZATION |
71 | .B st | 96 | .B st |
72 | can be customized by creating a custom config.h and (re)compiling the source | 97 | can be customized by creating a custom config.h and (re)compiling the source |