this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: map dual modifier virtual key codes to left modifiers

authored by

CJ van den Berg and committed by
Tim Culverhouse
fe3f3cc7 9706a149

+3
+3
src/tty.zig
··· 445 445 0x90 => Key.num_lock, 446 446 0x91 => Key.scroll_lock, 447 447 0xa0 => Key.left_shift, 448 + 0x10 => Key.left_shift, 448 449 0xa1 => Key.right_shift, 449 450 0xa2 => Key.left_control, 451 + 0x11 => Key.left_control, 450 452 0xa3 => Key.right_control, 451 453 0xa4 => Key.left_alt, 454 + 0x12 => Key.left_alt, 452 455 0xa5 => Key.right_alt, 453 456 0xad => Key.mute_volume, 454 457 0xae => Key.lower_volume,