Created
April 10, 2022 12:03
-
-
Save nroi/3876a6bdba566385cd23a9d3c385351f 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
[0.096346981s] [INFO ] [alacritty] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(15))), event: Key(KeyboardInput { scancode: 28, state: Released, virtual_keycode: Some(Return), modifiers: (empty) }) } | |
[1.787554907s] [INFO ] [alacritty] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(15))), event: Key(KeyboardInput { scancode: 29, state: Pressed, virtual_keycode: Some(LControl), modifiers: (empty) }) } | |
[1.787633465s] [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 } } | |
[2.681567809s] [INFO ] [alacritty] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(15))), event: Key(KeyboardInput { scancode: 25, state: Pressed, virtual_keycode: Some(P), modifiers: CTRL }) } | |
[2.681635087s] [INFO ] [alacritty] glutin event: WindowEvent { window_id: WindowId(X(WindowId(144703490))), event: KeyboardInput { device_id: DeviceId(X(DeviceId(3))), input: KeyboardInput { scancode: 25, state: Pressed, virtual_keycode: Some(P), modifiers: CTRL }, is_synthetic: false } } | |
[2.768425008s] [INFO ] [alacritty] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(15))), event: Key(KeyboardInput { scancode: 25, state: Released, virtual_keycode: Some(P), modifiers: CTRL }) } | |
[2.768475463s] [INFO ] [alacritty] glutin event: WindowEvent { window_id: WindowId(X(WindowId(144703490))), event: KeyboardInput { device_id: DeviceId(X(DeviceId(3))), input: KeyboardInput { scancode: 25, state: Released, virtual_keycode: Some(P), modifiers: CTRL }, is_synthetic: false } } | |
[8.053585136s] [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: CTRL }, is_synthetic: true } } | |
[8.722712166s] [INFO ] [alacritty] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(15))), event: Key(KeyboardInput { scancode: 29, state: Released, virtual_keycode: Some(LControl), modifiers: CTRL }) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment