Skip to content

Commit

Permalink
Merge pull request #261 from emrecncelik/master
Browse files Browse the repository at this point in the history
Add Keyboard Errors for Turkish Q Layout
  • Loading branch information
makcedward committed Dec 21, 2021
2 parents 254dc8f + ce9a0eb commit bb1b001
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions nlpaug/res/char/keyboard/tr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"1": ["q", "w", "2", "'"],
"2": ["1", "q", "w", "e", "3", "!", "^"],
"3": ["2", "w", "e", "r", "4", "^", "%"],
"4": ["3", "e", "r", "t", "5", "^", "%"],
"5": ["4", "r", "t", "y", "6", "+", "&"],
"6": ["5", "t", "y", "u", "7", "%", "/"],
"7": ["6", "y", "u", "8", "&", "(", ")"],
"8": ["7", "u", "ı", "9", "/", ")"],
"9": ["8", "ı", "o", "0", "(", "ı", "o", "0"],
"q": ["1", "2", "w", "a", "s", "!", "'"],
"w": ["1", "2", "3", "q", "e", "a", "s", "d", "!", "'", "^"],
"e": ["3", "4", "w", "r", "s", "d", "f", "^", "+"],
"r": ["4", "5", "e", "t", "d", "f", "g", "+", "%"],
"t": ["5", "6", "r", "y", "f", "g", "h", "%", "&"],
"y": ["6", "7", "t", "u", "g", "h", "j", "&", "/"],
"u": ["7", "8", "y", "ı", "h", "j", "k", "/", "("],
"ı": ["8", "9", "u", "o", "j", "k", "l", "(", ")"],
"o": ["9", "0", "ı", "p", "k", "l", "ş", ")", "="],
"p": ["0", "*", "o", "ğ", "l", "ş", "i", "=", "?"],
"ğ": ["*", "-", "p", "ü", "ş", "i", ",", "=", "?", "_", ";"],
"a": ["q", "w", "s", "x", "z", "<", ">"],
"s": ["q", "w", "e", "a", "d", "z", "x", "c"],
"d": ["w", "e", "r", "s", "f", "x", "c"],
"f": ["r", "t", "d", "g", "c", "v"],
"g": ["r", "t", "y", "f", "h", "v", "b"],
"h": ["y", "u", "g", "j", "b", "n"],
"j": ["u", "ı", "h", "k", "n", "m"],
"k": ["ı", "o", "j", "l", "m", "ö"],
"l": ["o", "p", "k", "ş", "ö", "ç"],
"ş": ["p", "ğ", "l", "i", "ç", ".", ":"],
"i": ["ğ", "ü", "ş", ",", ".", ";"],
"z": ["a", "s", "x", "<", ">"],
"x": ["s", "d", "z", "c"],
"c": ["d", "f", "x", "v"],
"v": ["f", "g", "c", "b"],
"b": ["g", "h", "v", "n"],
"n": ["h", "j", "b", "m"],
"m": ["j", "k", "n", "ö"],
"ö": ["k", "l", "m", "ç"],
"ç": ["l", "ş", "ö", ".", ":"]
}

0 comments on commit bb1b001

Please sign in to comment.