Created
April 10, 2022 12:05
-
-
Save nroi/c89083c5be8fceb35de2cc537ab96040 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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