Skip to content

Commit

Permalink
Update switch_lang.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TopaGeor authored Dec 13, 2018
1 parent 1f79285 commit 141462a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions thefuck/rules/switch_lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ def _switch_command(command, layout):
u'Σ': "S", u'Δ': "D", u'Φ': "F", u'Γ': "G", u'Η': "H", u'Ξ': "J", u'Κ': "K", u'Λ': "L", u'¨': ":",
u'"': '"', u'Ζ': "Z", u'Χ': "X", u'Ψ': "C", u'Ω': "V", u'Β': "B", u'Ν': "N", u'Μ': "M", u'<': "<",
u'>': ">", u'?': "?", u'ά': "a", u'έ': "e", u'ύ': "y", u'ί': "i", u'ό': "o", u'ή': 'h', u'ώ': u"v",
u'Ά': "A", u'Έ': "E", u'Ύ': "Y", u'Ί': "I", u'Ό': "O", u'Ή': "H", u'Ώ': "V"}

u'Ά': "A", u'Έ': "E", u'Ύ': "Y", u'Ί': "I", u'Ό': "O", u'Ή': "H", u'Ώ': "V"}
newCommand = ""
for ch in command.script:
try:
Expand Down

0 comments on commit 141462a

Please sign in to comment.