--- 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) ===