Skip to content

Instantly share code, notes, and snippets.

@spamwax
Created January 20, 2019 00:00
Show Gist options
  • Save spamwax/7d8d18b1f5fb88bc5d860d6a169995df to your computer and use it in GitHub Desktop.
Save spamwax/7d8d18b1f5fb88bc5d860d6a169995df to your computer and use it in GitHub Desktop.
key binds specifically set in alacritty.yml
[2019-01-19 18:59] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140333858060912)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 58, state: Released, virtual_keycode: Some(LAlt), modifiers: ModifiersState { shift: false, ctrl: false, alt: true, logo: false } } } }
[2019-01-19 18:59] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140333858060912)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 58, state: Pressed, virtual_keycode: Some(LAlt), modifiers: ModifiersState { shift: false, ctrl: false, alt: true, logo: false } } } }
[2019-01-19 18:59] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140333858060912)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 3, state: Pressed, virtual_keycode: Some(F), modifiers: ModifiersState { shift: false, ctrl: false, alt: true, logo: false } } } }
[2019-01-19 18:59] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140333858060912)), event: ReceivedCharacter('ƒ') }
[2019-01-19 18:59] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140333858060912)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 58, state: Released, virtual_keycode: Some(LAlt), modifiers: ModifiersState { shift: false, ctrl: false, alt: false, logo: false } } } }
[2019-01-19 18:59] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140333858060912)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 3, state: Released, virtual_keycode: Some(F), modifiers: ModifiersState { shift: false, ctrl: false, alt: false, logo: false } } } }
[2019-01-19 18:59] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140333858060912)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 11, state: Pressed, virtual_keycode: Some(B), modifiers: ModifiersState { shift: false, ctrl: false, alt: false, logo: false } } } }
[2019-01-19 18:59] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140333858060912)), event: ReceivedCharacter('b') }
[2019-01-19 18:59] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140333858060912)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 11, state: Released, virtual_keycode: Some(B), modifiers: ModifiersState { shift: false, ctrl: false, alt: false, logo: false } } } }
[2019-01-19 18:59] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140333858060912)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 55, state: Pressed, virtual_keycode: Some(RWin), modifiers: ModifiersState { shift: false, ctrl: false, alt: false, logo: true } } } }
[2019-01-19 18:59] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140333858060912)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 55, state: Released, virtual_keycode: Some(RWin), modifiers: ModifiersState { shift: false, ctrl: false, alt: false, logo: false } } } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment