Skip to content

Instantly share code, notes, and snippets.

@nroi
Created April 10, 2022 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nroi/c89083c5be8fceb35de2cc537ab96040 to your computer and use it in GitHub Desktop.
Save nroi/c89083c5be8fceb35de2cc537ab96040 to your computer and use it in GitHub Desktop.
[3.116006287s] [INFO ] [alacritty] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(15))), event: Key(KeyboardInput { scancode: 29, state: Pressed, virtual_keycode: Some(LControl), modifiers: (empty) }) }
[3.116068624s] [INFO ] [alacritty] glutin event: WindowEvent { window_id: WindowId(X(WindowId(144703490))), event: KeyboardInput { device_id: DeviceId(X(DeviceId(3))), input: KeyboardInput { scancode: 29, state: Pressed, virtual_keycode: Some(LControl), modifiers: CTRL }, is_synthetic: false } }
[3.471187498s] [INFO ] [alacritty] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(15))), event: Key(KeyboardInput { scancode: 37, state: Pressed, virtual_keycode: Some(K), modifiers: CTRL }) }
[3.471222794s] [INFO ] [alacritty] glutin event: WindowEvent { window_id: WindowId(X(WindowId(144703490))), event: KeyboardInput { device_id: DeviceId(X(DeviceId(3))), input: KeyboardInput { scancode: 37, state: Pressed, virtual_keycode: Some(K), modifiers: CTRL }, is_synthetic: false } }
[3.528097763s] [INFO ] [alacritty] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(15))), event: Key(KeyboardInput { scancode: 37, state: Released, virtual_keycode: Some(K), modifiers: CTRL }) }
[3.528117851s] [INFO ] [alacritty] glutin event: WindowEvent { window_id: WindowId(X(WindowId(144703490))), event: KeyboardInput { device_id: DeviceId(X(DeviceId(3))), input: KeyboardInput { scancode: 37, state: Released, virtual_keycode: Some(K), modifiers: CTRL }, is_synthetic: false } }
[3.749351651s] [INFO ] [alacritty] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(15))), event: Key(KeyboardInput { scancode: 29, state: Released, virtual_keycode: Some(LControl), modifiers: CTRL }) }
[3.749391315s] [INFO ] [alacritty] glutin event: WindowEvent { window_id: WindowId(X(WindowId(144703490))), event: KeyboardInput { device_id: DeviceId(X(DeviceId(3))), input: KeyboardInput { scancode: 29, state: Released, virtual_keycode: Some(LControl), modifiers: (empty) }, is_synthetic: false } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment