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