add Cyrillic→Latin keyboard layout translation for Russian users (ЙЦУКЕН→QWERTY)
This commit is contained in:
parent
d38945f595
commit
c0df75c57e
2 changed files with 53 additions and 0 deletions
|
|
@ -595,6 +595,7 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
|||
return m, nil
|
||||
|
||||
case tea.KeyMsg:
|
||||
msg = translateKeyMsg(msg)
|
||||
if msg.String() != "y" {
|
||||
m.pendingY = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue