illumanatee Posted December 20, 2016 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 Link to comment Share on other sites More sharing options...
fatherbushido Posted December 20, 2016 Share Posted December 20, 2016 see the manual http://trac.wildfiregames.com/wiki/Manual_Settings#KeyboardShortcuts Link to comment Share on other sites More sharing options...
illumanatee Posted December 20, 2016 Author 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... Link to comment Share on other sites More sharing options...
fatherbushido Posted December 20, 2016 Share Posted December 20, 2016 sorry, I read too fast ;-) 1 Link to comment Share on other sites More sharing options...
elexis Posted December 21, 2016 Share Posted December 21, 2016 Valid keys are defined in KeyName.cpp#L40, not sure what World64 is supposed to be Link to comment Share on other sites More sharing options...
illumanatee Posted December 21, 2016 Author 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 à? Link to comment Share on other sites More sharing options...
elexis Posted December 21, 2016 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 Link to comment Share on other sites More sharing options...
illumanatee Posted December 21, 2016 Author 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... Link to comment Share on other sites More sharing options...
Loki1950 Posted December 21, 2016 Share Posted December 21, 2016 All most like some older Windows games that only work with a USA keyboard. Enjoy the Choice Link to comment Share on other sites More sharing options...
Itms Posted April 30, 2017 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. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now