alacritty: Unable to type into the terminal, only return key is accepted?

I have tried to delete my config so that Alacritty starts with default configuration but i get the same behaviour. Its very strange cuz it was working until it begun to do this without any changes to the config or the app itself.

System

OS: macOS Version: both compiled from master and 12 RC1 macbook pro intel with Swedish keyboard.

Logs

alacritty --print-events
1   HIToolbox                           0x00007ff8156de726 _ZN15MenuBarInstance22EnsureAutoShowObserverEv + 102
2   HIToolbox                           0x00007ff815682852 SetMenuBarObscured + 226
3   HIToolbox                           0x00007ff8156824ca _ZN13HIApplication15HandleActivatedEP14OpaqueEventRefhP15OpaqueWindowPtrh + 164
4   HIToolbox                           0x00007ff81567c996 _ZN13HIApplication13EventObserverEjP14OpaqueEventRefPv + 252
5   HIToolbox                           0x00007ff815644bd2 _NotifyEventLoopObservers + 153
6   AppKit                              0x00007ff80f05cf73 -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] + 3212
7   AppKit                              0x00007ff80efd358e -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 2595
8   AppKit                              0x00007ff80efd294f -[NSWindow(NSEventRouting) sendEvent:] + 345
9   AppKit                              0x00007ff80efd0cbe -[NSApplication(NSEvent) sendEvent:] + 358
10  alacritty                           0x000000010cbce50b _ZN5winit13platform_impl8platform3app16WinitApplication10send_event17h3e79b4b41f7557daE + 875
11  AppKit                              0x00007ff80f28f665 -[NSApplication _handleEvent:] + 65
12  AppKit                              0x00007ff80ee5f7dc -[NSApplication run] + 623
13  alacritty                           0x000000010c9b5c2a _ZN9alacritty4main17h796ab25d151b7979E + 27018
14  alacritty                           0x000000010c96edc6 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h5a1e3c1aa5692d5bE + 6
15  alacritty                           0x000000010c9aef8a main + 666
16  dyld                                0x00007ff80b911310 start + 2432
1   HIToolbox                           0x00007ff81566b0c2 _ZN15MenuBarInstance22RemoveAutoShowObserverEv + 30
2   HIToolbox                           0x00007ff8156827e3 SetMenuBarObscured + 115
3   HIToolbox                           0x00007ff81568929e _ZN13HIApplication11FrontUILostEv + 34
4   HIToolbox                           0x00007ff815682622 _ZN13HIApplication15HandleActivatedEP14OpaqueEventRefhP15OpaqueWindowPtrh + 508
5   HIToolbox                           0x00007ff81567c950 _ZN13HIApplication13EventObserverEjP14OpaqueEventRefPv + 182
6   HIToolbox                           0x00007ff815644bd2 _NotifyEventLoopObservers + 153
7   HIToolbox                           0x00007ff81567c3e6 AcquireEventFromQueue + 494
8   HIToolbox                           0x00007ff81566b5a4 ReceiveNextEventCommon + 725
9   HIToolbox                           0x00007ff81566b2b3 _BlockUntilNextEventMatchingListInModeWithFilter + 70
10  AppKit                              0x00007ff80ee6e2f3 _DPSNextEvent + 909
11  AppKit                              0x00007ff80ee6d174 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1219
12  AppKit                              0x00007ff80ee5f7b7 -[NSApplication run] + 586
13  alacritty                           0x000000010c9b5c2a _ZN9alacritty4main17h796ab25d151b7979E + 27018
14  alacritty                           0x000000010c96edc6 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h5a1e3c1aa5692d5bE + 6
15  alacritty                           0x000000010c9aef8a main + 666
16  dyld   

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 50 (26 by maintainers)

Commits related to this issue

Most upvoted comments

@H4ckint0sh do you install fig.io previously (before reformat system)? I facing same issue with v0.12-rc2, but after uninstall fig, its come back normal.

@kchibisov Sorry, it was late here in Sweden and I fell asleep. But I can confirm that it is working and I am able to write into it.

EDIT: If I build your branch with updated winit, It wont work.