Update Installation.txt (for Linux)

This commit is contained in:
q3aql 2020-11-05 14:50:14 +01:00
parent 697b735052
commit 79da1f66d5

View File

@ -6,7 +6,7 @@
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
# License: GPL v2.0 # # License: GPL v2.0 #
################################################ ################################################
Version v2.2 Version v2.3
* Installation steps: * Installation steps:
@ -16,7 +16,7 @@ Version v2.2
$ make install $ make install
4 - Run autokey (It is recommended to configure it to start on login). 4 - Run autokey (It is recommended to configure it to start on login).
* Additional steps: * Additional steps (Map AltGr on Win-Key):
1 - If you use a keyboard without AltGr key (as SK71/SK64), you can use with 1 - If you use a keyboard without AltGr key (as SK71/SK64), you can use with
the 'win-to-altgr_xmodmap.sh' script running the following commands: the 'win-to-altgr_xmodmap.sh' script running the following commands:
@ -24,3 +24,12 @@ Version v2.2
$ ./win-to-altgr_xmodmap.sh $ ./win-to-altgr_xmodmap.sh
2 - If you want restore the config, run again the same script. 2 - If you want restore the config, run again the same script.
3 - If you want the permanent config, load the script to auto-startup apps. 3 - If you want the permanent config, load the script to auto-startup apps.
* Additional steps (Disable CapsLock):
1 - If you prefer use the keyboard without CapsLock (only Shift), you can use
the 'disable-caplock_xmodmap.sh' script running the following commands:
$ chmod +x disable-caplock_xmodmap.sh
$ ./disable-caplock_xmodmap.sh
2 - If you want restore the config, run again the same script.
3 - If you want the permanent config, load the script to auto-startup apps.