-
Notifications
You must be signed in to change notification settings - Fork 152
Toolbar shortcut for Windows 10
jtroo edited this page Apr 24, 2022
·
4 revisions
Note that these instructions may not work without modifying some script execution permissions in Windows. I don't have instructions for that for the time being though.
- Make a new text document.
To follow this guide precisely, this new document, the kanata.exe executable, and the configuration file should all be in the same folder.
- Rename it to start-kanata.bat. Click yes if you see the warning.
- Edit your document.
Type kanata.exe --cfg <config_file>
. Replace <config_file>
with your file, in the example it's jtroo.kbd
.
When done, save and close.
- Make a shortcut. Rename it to anything you want.
In the example the shortcut is renamed to kanata
- Edit the properties of the shortcut
- Prepend
cmd.exe /c
to the current contents of theTarget:
field.
- The
kanata
shortcut can now be dragged onto your toolbar.