Jump to content

Issues with custom hotkeys


illumanatee
 Share

Recommended Posts

So... the hotkeys for making the control groups (ctrl+0, ctrl+1, etc...) don't work by default on Azerty keyboard layouts.

So, I dug into the documentation and made myself this config file:

Spoiler

[hotkey.selection.group.add]
hotkey.selection.group.add.0 = "Shift+World64"
hotkey.selection.group.add.1 = "Shift+Ampersand"
hotkey.selection.group.add.2 = "Shift+World73"
hotkey.selection.group.add.3 = "Shift+DoubleQuote"
hotkey.selection.group.add.4 = "Shift+SingleQuote"
hotkey.selection.group.add.5 = "Shift+LeftParen"
hotkey.selection.group.add.6 = "Shift+World7"
hotkey.selection.group.add.7 = "Shift+World72"
hotkey.selection.group.add.8 = "Shift+Exclaim"
hotkey.selection.group.add.9 = "Shift+ World71"

[hotkey.selection.group.save]
hotkey.selection.group.save.0 = "Ctrl+World64"
hotkey.selection.group.save.1 = "Ctrl+Ampersand"
hotkey.selection.group.save.2 = "Ctrl+World73"
hotkey.selection.group.save.3 = "Ctrl+DoubleQuote"
hotkey.selection.group.save.4 = "Ctrl+SingleQuote"
hotkey.selection.group.save.5 = "Ctrl+LeftParen"
hotkey.selection.group.save.6 = "Ctrl+World7"
hotkey.selection.group.save.7 = "Ctrl+World72"
hotkey.selection.group.save.8 = "Ctrl+Exclaim"
hotkey.selection.group.save.9 = "Ctrl+World71"

[hotkey.selection.group.select]
hotkey.selection.group.select.0 = World64
hotkey.selection.group.select.1 = Ampersand
hotkey.selection.group.select.2 = World73
hotkey.selection.group.select.3 = DoubleQuote
hotkey.selection.group.select.4 = SingleQuote
hotkey.selection.group.select.5 = LeftParen
hotkey.selection.group.select.6 = World7
hotkey.selection.group.select.7 = World72
hotkey.selection.group.select.8 = Exclaim
hotkey.selection.group.select.9 = World71

 

 

However, now when I launch the game, I get some error message saying that all the hotkeys with WorldX are invalid? :huh:

Does anybody know how I could fix this issue? Thank you very much! :D

Edited by illumanatee
Link to comment
Share on other sites

  • 4 months later...

We have a patch for fixing the issue: https://code.wildfiregames.com/D303

When it's included (in SVN soon and in the next Alpha) you can define things such as

"Ctrl+à"

A small note: you don't define option groups correctly. Your file should contain stuff like

[hotkey.selection.group.add]
0 = "Shift+à"

[hotkey.selection.group.save]
0 = "Ctrl+à"

OR

hotkey.selection.group.add.0 = "Shift+à"

hotkey.selection.group.save.0 = "Ctrl+à"

but what you wrote above is equivalent to

hotkey.selection.group.add.hotkey.selection.group.add.0 = "Shift+à"

and won't work.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...