- Install kanata.
- Copy the configuration file to a system wide place. (We use
/etc/kanata
.) - Install the service description for kanata.
- (re)start the system service.
- Enable it to auto-start on boot.
mkdir /etc/kanata
cp colemax-maxtend.kbd /etc/kanata
sudo install -m 644 kanata.service /lib/systemd/system/kanata.service
# maybe the next line will be required after installing or changing the service file:
# sudo systemctl daemon-reload
sudo systemctl start kanata
sudo systemctl enable kanata
- Create an installation directory. We use
C:\Utilities
. - Download
kanata_winIOv2.exe
orkanata_gui.exe
(for tray icon support) and move it toC:\Utilities
. - Copy the configuration file to
C:\Utilities\colemax-maxtend.kbd
. - If you are using
kanata_gui.exe
and you want tray icons per layer, copy theicons
folder toC:\Utilities\icons
- Copy
kanata.bat
toC:\Utilities
. - Press
Win
+R
, entershell:startup
and clickOK
. - Create a shortcut to
C:\Utilities\kanata.bat
in this folder.
When you login to your user account, Kanata will be run in a small terminal window. You will be able to monitor layer changes in this window.
To test your setup & start Kanata immediately, double-click the shortcut.
If you are running kanata_gui.exe
, you'll see a tray icon. You can quit Kanata from the tray icon (right-click menu).
You can also end either version of Kanata it by closing the terminal window, or typing Ctrl
+C
in the terminal window.