# HG changeset patch # User Wuzzy # Date 1556193010 -3600 # Node ID 0da81c18832767b7fd942e7ee4a72d42b1c1c099 # Parent f8b313ab3417d51437ff53ed808420646018a740 ControlsRework: More formatting diff -r f8b313ab3417 -r 0da81c188327 ControlsRework.wiki --- a/ControlsRework.wiki Thu Apr 25 12:49:53 2019 +0100 +++ b/ControlsRework.wiki Thu Apr 25 12:50:10 2019 +0100 @@ -2,7 +2,7 @@ This wiki page is for documenting and analyzing possible solutions for [https://issues.hedgewars.org/show_bug.cgi?id=240 bug 240] that have been discussed before. -## Criteria +== Criteria == First, for a working solution, it should match these criteria: @@ -11,7 +11,7 @@ # (optional) Engine is able to convert the code to human-readable text. It's not a bug if it's not possible, however # Default key config works with MOST normal keyboards (100% perfect coverage not required as its unrealistic; owners of exotic keyboards are expected to reconfig) -## Possible solutions +== Possible solutions == === A) Use keycode in frontend and config file, use scancode in engine (current broken approach) ===