Patch a key map for ANSI/ISO layout
| 114 | |
| 115 | // Patch a key map for ANSI/ISO layout |
| 116 | static void patchISO(QHash<QString, Key>& map){ |
| 117 | map.remove("bslash"); |
| 118 | } |
| 119 | static void patchANSI(QHash<QString, Key>& map){ |
| 120 | map.remove("bslash_iso"); |
| 121 | map.remove("hash"); |