a modern tui library written in zig
18
fork

Configure Feed

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

Add 0xDF virtual key code mapping for backslash on Turkish keyboard layout

authored by

Berat Hündürel and committed by rockorager.dev 4d60d349 68d6ea1d

+1
+1
src/tty.zig
··· 453 0xc0 => '`', 454 0xdb => '[', 455 0xdc => '\\', 456 0xe2 => '\\', 457 0xdd => ']', 458 0xde => '\'',
··· 453 0xc0 => '`', 454 0xdb => '[', 455 0xdc => '\\', 456 + 0xdf => '\\', 457 0xe2 => '\\', 458 0xdd => ']', 459 0xde => '\'',