From a82dd1b54b64ceb10e0710075f9a741285210d5e Mon Sep 17 00:00:00 2001 From: TiynGER Date: Sun, 29 Mar 2020 18:34:32 +0200 Subject: [PATCH] new readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e3b439c..ecc7e90 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,20 @@ The list below shows the currently applied patches to the master branch. - st-anysize-0.8.1.diff - st-font2-20190416-ba72400.diff - st-scrollback-0.8.2.diff + +## Hotkeys +There are various shortcuts and hotkeys used in this version. Included in my build are the following. +``` +Alt + Break -> Send break +Ctr + Print -> Toggle printer + Shift + Print -> Print screen + Shift + Insert -> Clipboard paste +Alt + c -> Clipboard copy +Alt + v -> Clipboard paste +Alt + p -> Selected paste +Alt + NumLock -> Toggle Numlock +Alt + k -> Scroll up +Alt + j -> Scroll down +Ctr + Shift + u -> Zoom in +Ctr + Shift + i -> Zoom out +```