|
@@ -1,6 +1,7 @@
|
|
|
// This file defines all shortcuts used by VCMI
|
|
|
// For modders: create file with same name (Content/config/shortcutsConfig.json) to modify this set in your mod
|
|
|
-// For players: create file Documents/vcmi/config/shortcutsConfig.json to modify this set (other platforms: check "User data location" in Launcher)
|
|
|
+// For players (Windows): create file Documents/My Games/vcmi/config/shortcutsConfig.json to modify this set
|
|
|
+// For players (Linux): create file ~/.config/vcmi/shortcutsConfig.json (or ~/.var/app/eu.vcmi.VCMI/config for Flatpak) to modify this set
|
|
|
//
|
|
|
// When creating your own config, you can remove all hotkeys that you have not changed and game will read them from this file
|
|
|
{
|