kbduk.c (cdf90707) | kbduk.c (299e4305) |
---|---|
1/* 2 * ReactOS United Kingdom keyboard layout 3 * Copyright (C) 2003 ReactOS 4 * License: LGPL, see: LGPL.txt 5 * 6 * Thanks to: http://www.barcodeman.com/altek/mule/scandoc.php 7 * and http://win.tue.nl/~aeb/linux/kbd/scancodes-1.html 8 */ --- 332 unchanged lines hidden (view full) --- 341 { 0x35, L"Num /" }, 342 { 0x37, L"Prnt Scrn" }, 343 { 0x38, L"Right Alt" }, 344 { 0x45, L"Num Lock" }, 345 { 0x46, L"Break" }, 346 { 0x47, L"Home" }, 347 { 0x48, L"Up" }, 348 { 0x49, L"Page Up" }, | 1/* 2 * ReactOS United Kingdom keyboard layout 3 * Copyright (C) 2003 ReactOS 4 * License: LGPL, see: LGPL.txt 5 * 6 * Thanks to: http://www.barcodeman.com/altek/mule/scandoc.php 7 * and http://win.tue.nl/~aeb/linux/kbd/scancodes-1.html 8 */ --- 332 unchanged lines hidden (view full) --- 341 { 0x35, L"Num /" }, 342 { 0x37, L"Prnt Scrn" }, 343 { 0x38, L"Right Alt" }, 344 { 0x45, L"Num Lock" }, 345 { 0x46, L"Break" }, 346 { 0x47, L"Home" }, 347 { 0x48, L"Up" }, 348 { 0x49, L"Page Up" }, |
349 { 0x4a, L"Left" }, | 349 { 0x4b, L"Left" }, |
350 { 0x4c, L"Center" }, 351 { 0x4d, L"Right" }, 352 { 0x4f, L"End" }, 353 { 0x50, L"Down" }, 354 { 0x51, L"Page Down" }, 355 { 0x52, L"Insert" }, 356 { 0x53, L"Delete" }, 357 { 0x54, L"<ReactOS>" }, --- 41 unchanged lines hidden --- | 350 { 0x4c, L"Center" }, 351 { 0x4d, L"Right" }, 352 { 0x4f, L"End" }, 353 { 0x50, L"Down" }, 354 { 0x51, L"Page Down" }, 355 { 0x52, L"Insert" }, 356 { 0x53, L"Delete" }, 357 { 0x54, L"<ReactOS>" }, --- 41 unchanged lines hidden --- |