Skip to content

Commit

Permalink
Move backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Apr 22, 2023
1 parent 0cdee5e commit a2fec15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ By pressing AltGr, you get the symbols in the lower right of each key.
└─────┘
┌─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┲━━━━━━━━━┓
│ ~ │ ! │ " │ # │ $ │ % │ & │ / │ ( │ ) │ = │ ? │ Å ┃ ┃
│ ` │ 1 │ 2 @ │ 3 £ │ 4 € │ 5 | 6 │ 7 │ 8 │ 9 │ 0 │ + \ │ å ┃ ⌫ ┃
│ ` │ 1 │ 2 @ │ 3 £ │ 4 € │ 5 | 6 │ 7 │ 8 │ 9 │ 0 │ + │ å ┃ ⌫ ┃
┢━━━━━┷━┱───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┺━┳━━━━━━━┫
┃ ┃ Q │ W │ F │ P │ B │ J │ L │ U │ Y │ Ö │ │ ^ ┃ ┃
┃ Tab ┃ q < │ w > │ f = │ p ← │ b → │ j │ l │ u [ │ y ] │ ö │ Esc │ ^ ┃ Enter ┃
Expand All @@ -23,7 +23,7 @@ By pressing AltGr, you get the symbols in the lower right of each key.
┃ Ctrl ┃ a _ │ r - │ s / │ t ? │ g ↑ │ k │ n { │ e ( │ i ) │ o } │ ä │ ' ┃ ┃
┣━━━━━━┳━┹───┬─┴───┬─┴───┬─┴───┬─┴───┬─┴───┬─┴───┬─┴───┬─┴───┬─┴───┬─┴───┲━┷━━━━━┻━━━━━━┫
┃ ┃ Z │ X │ C │ D │ V │ | M │ H │ ; │ : │ _ ┃ ┃
┃Shift ┃ z | │ x │ c : │ d ; │ v ↓ │Super│ m │ h │ , │ . │ - ┃ Shift ┃
┃Shift ┃ z | │ x \ │ c : │ d ; │ v ↓ │Super│ m │ h │ , │ . │ - ┃ Shift ┃
┣━━━━━━┻┳━━━━┷━━┳━━┷━━━━┱┴─────┴─────┴─────┴─────┴─────┴────┲┷━━━━━┷┳━━━━┻━━┳━━━━━━━┳━━━┛
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃
┃ Ctrl ┃ Alt ┃ Alt ┃ Space ┃ AltGr ┃ ┃ Ctrl ┃
Expand Down
4 changes: 2 additions & 2 deletions akheron
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ xkb_symbols "akheron" {
key <AE08> { [8, parenleft] };
key <AE09> { [9, parenright] };
key <AE10> { [0, equal] };
key <AE11> { [plus, question, backslash, NoSymbol] };
key <AE11> { [plus, question] };
key <AE12> { [aring, Aring] };
key <TAB> { [Tab, Tab] };
key <AD01> { [q, Q, less, NoSymbol] };
Expand Down Expand Up @@ -41,7 +41,7 @@ xkb_symbols "akheron" {
key <AC11> { [adiaeresis, Adiaeresis] };
key <AC12> { [apostrophe, asterisk] };
key <LSGT> { [z, Z, bar, NoSymbol] };
key <AB01> { [x, X] };
key <AB01> { [x, X, backslash] };
key <AB02> { [c, C, colon, NoSymbol] };
key <AB03> { [d, D, semicolon, NoSymbol] };
key <AB04> { [v, V, Down] };
Expand Down

0 comments on commit a2fec15

Please sign in to comment.