added copyout to config

master
tiyn 1 year ago
parent 11b713eaa8
commit 1bdc902c7f

@ -11,6 +11,7 @@ The list below shows the currently applied patches to the master branch.
- st-alpha-20220206-0.8.5.diff (adds transparency) - st-alpha-20220206-0.8.5.diff (adds transparency)
- st-anysize-20220718-baa9357.diff (st leaves no gaps if the height/width doesn't match a multiple of - st-anysize-20220718-baa9357.diff (st leaves no gaps if the height/width doesn't match a multiple of
character height) character height)
- st-externalpipe-0.8.4.diff (allows reading and writing st's screen through a pipe)
- st-ligatures-scrollback-20230105-0.9.diff (scrollback compatible addition of ligatures) - st-ligatures-scrollback-20230105-0.9.diff (scrollback compatible addition of ligatures)
- st-scrollback-0.8.5.diff (add scrollback functionality) - st-scrollback-0.8.5.diff (add scrollback functionality)
@ -19,7 +20,7 @@ The list below shows the currently applied patches to the master branch.
There are various shortcuts and hotkeys used in this version. Included in my build are the following. There are various shortcuts and hotkeys used in this version. Included in my build are the following.
| ModKey | Shift | Key | Function | | ModKey | Shift | Key | Function |
| ------ | ----- | --------------- | --------------- | | ------ | ----- | --------------- | -------------------------------------------- |
| Alt | | Break | Send break | | Alt | | Break | Send break |
| Alt | | Print | Toggle printer | | Alt | | Print | Toggle printer |
| Alt | | Print | Print screen | | Alt | | Print | Print screen |
@ -34,6 +35,7 @@ There are various shortcuts and hotkeys used in this version. Included in my bui
| | | MouseScrollDown | Scroll down | | | | MouseScrollDown | Scroll down |
| Alt | Shift | u | Zoom in | | Alt | Shift | u | Zoom in |
| Alt | Shift | i | Zoom out | | Alt | Shift | i | Zoom out |
| Alt | | o | copy output of previous command to clipboard |
## Installation ## Installation

Loading…
Cancel
Save