Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOs Beglian Keybaord, cannot input "|" #4915

Closed
gervaisb opened this issue Mar 23, 2021 · 1 comment
Closed

MacOs Beglian Keybaord, cannot input "|" #4915

gervaisb opened this issue Mar 23, 2021 · 1 comment

Comments

@gervaisb
Copy link

Details

Under macOs with a Belgian keyboard we have to use Shift + Alt + L to input the pipe character: |. But that does not work in Alacritty. I have configured a keybinding: { key: L, mods: Shift|Alt, chars: "|"} but it does not work too.

The expected behavior would be to be able to enter a | with the default keys: Shift + Alt + L

System

OS: macOS Big Sur (did not tried other versions)
Version: 0.7.2 (5ac8060)

Logs

[2021-03-23 14:06:25.011227000] [INFO ] [alacritty] glutin event: WindowEvent { window_id: WindowId(Id(140439732102688)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 58, state: Pressed, virtual_keycode: Some(LAlt), modifiers: ALT }, is_synthetic: false } }
[2021-03-23 14:06:25.011308000] [INFO ] [alacritty] glutin event: WindowEvent { window_id: WindowId(Id(140439732102688)), event: ModifiersChanged(ALT) }
[2021-03-23 14:06:25.011350000] [INFO ] [alacritty] glutin event: MainEventsCleared
[2021-03-23 14:06:25.011385000] [INFO ] [alacritty] glutin event: RedrawEventsCleared
[2021-03-23 14:06:26.242422000] [INFO ] [alacritty] glutin event: NewEvents(WaitCancelled { start: Instant { t: 69492728972463 }, requested_resume: None })
[2021-03-23 14:06:26.242982000] [INFO ] [alacritty] glutin event: WindowEvent { window_id: WindowId(Id(140439732102688)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 56, state: Pressed, virtual_keycode: Some(LShift), modifiers: SHIFT | ALT }, is_synthetic: false } }
[2021-03-23 14:06:26.243088000] [INFO ] [alacritty] glutin event: WindowEvent { window_id: WindowId(Id(140439732102688)), event: ModifiersChanged(SHIFT | ALT) }
[2021-03-23 14:06:26.243153000] [INFO ] [alacritty] glutin event: MainEventsCleared
[2021-03-23 14:06:26.243229000] [INFO ] [alacritty] glutin event: RedrawEventsCleared
[2021-03-23 14:06:27.006290000] [INFO ] [alacritty] glutin event: NewEvents(WaitCancelled { start: Instant { t: 69493960826458 }, requested_resume: None })
[2021-03-23 14:06:27.013036000] [INFO ] [alacritty] glutin event: WindowEvent { window_id: WindowId(Id(140439732102688)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 37, state: Pressed, virtual_keycode: Some(Backslash), modifiers: SHIFT | ALT }, is_synthetic: false } }
[2021-03-23 14:06:27.013088000] [INFO ] [alacritty] glutin event: WindowEvent { window_id: WindowId(Id(140439732102688)), event: ReceivedCharacter('|') }
[2021-03-23 14:06:27.013116000] [INFO ] [alacritty] glutin event: MainEventsCleared
[2021-03-23 14:06:27.013139000] [INFO ] [alacritty] glutin event: RedrawEventsCleared```


@chrisduerr
Copy link
Member

#458.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants