illumanatee Posted December 20, 2016 Report Share Posted December 20, 2016 (edited) 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? Does anybody know how I could fix this issue? Thank you very much! Edited December 20, 2016 by illumanatee Quote Link to comment Share on other sites More sharing options...
fatherbushido Posted December 20, 2016 Report Share Posted December 20, 2016 see the manual http://trac.wildfiregames.com/wiki/Manual_Settings#KeyboardShortcuts Quote Link to comment Share on other sites More sharing options...
illumanatee Posted December 20, 2016 Author Report Share Posted December 20, 2016 5 hours ago, fatherbushido said: see the manual http://trac.wildfiregames.com/wiki/Manual_Settings#KeyboardShortcuts I said in the OP that I did that and it doesn't work anymore... it's outdated... Quote Link to comment Share on other sites More sharing options...
fatherbushido Posted December 20, 2016 Report Share Posted December 20, 2016 sorry, I read too fast ;-) 1 Quote Link to comment Share on other sites More sharing options...
elexis Posted December 21, 2016 Report Share Posted December 21, 2016 Valid keys are defined in KeyName.cpp#L40, not sure what World64 is supposed to be Quote Link to comment Share on other sites More sharing options...
illumanatee Posted December 21, 2016 Author Report Share Posted December 21, 2016 13 hours ago, elexis said: Valid keys are defined in KeyName.cpp#L40, not sure what World64 is supposed to be What about é, ", ', §, è, ç, and à? Quote Link to comment Share on other sites More sharing options...
elexis Posted December 21, 2016 Report Share Posted December 21, 2016 Doesn't look like SDL2 supports them: https://wiki.libsdl.org/SDL_Keycode https://wiki.libsdl.org/SDL_Scancode https://wiki.libsdl.org/SDLScancodeLookup Quote Link to comment Share on other sites More sharing options...
illumanatee Posted December 21, 2016 Author Report Share Posted December 21, 2016 2 hours ago, elexis said: Doesn't look like SDL2 supports them: https://wiki.libsdl.org/SDL_Keycode https://wiki.libsdl.org/SDL_Scancode https://wiki.libsdl.org/SDLScancodeLookup Lol, so I can't configure the control groups for my azerty keyboard? Well, that sucks... Quote Link to comment Share on other sites More sharing options...
Loki1950 Posted December 21, 2016 Report Share Posted December 21, 2016 All most like some older Windows games that only work with a USA keyboard. Enjoy the Choice Quote Link to comment Share on other sites More sharing options...
Itms Posted April 30, 2017 Report Share Posted April 30, 2017 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.