Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save otykhonruk/7afe40dff70cdaa250ab713f67ad69fa to your computer and use it in GitHub Desktop.
Save otykhonruk/7afe40dff70cdaa250ab713f67ad69fa to your computer and use it in GitHub Desktop.
Layouts
KBD_LAYOUT = {
'en': 'abcdefghijklmnopqrstuvwxyz[];\',.ABCDEFGHIJKLMNOPQRSTUVWXYZ{}:"<>`~@#$^&',
'ru': 'фисвуапршолдьтщзйкыегмцчняхъжэбюФИСВУАПРШОЛДЬТЩЗЙКЫЕГМЦЧНЯХЪЖЭБЮёЁ"№;:?',
'uk': 'фисвуапршолдьтщзйкіегмцчняхїжєбюФИСВУАПРШОЛДЬТЩЗЙКІЕГМЦЧНЯХЇЖЄБЮ\'₴"№;:?'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment