X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Finclude%2Fkeysyms.h;fp=KernelLand%2FKernel%2Finclude%2Fkeysyms.h;h=caabb4e60cd8392f2e9707c722210f753d3ae996;hb=c148af78b6b78bf38f37d27256e54491b3724ebf;hp=25169e4c76d6896cb64c08c7139cf1452d8cf3d7;hpb=66cb73e82a05896035f605c96fde8b8a68e07bb9;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/include/keysyms.h b/KernelLand/Kernel/include/keysyms.h index 25169e4c..caabb4e6 100644 --- a/KernelLand/Kernel/include/keysyms.h +++ b/KernelLand/Kernel/include/keysyms.h @@ -127,6 +127,8 @@ enum eUSB_Keysyms KEYSYM_KBINT7, KEYSYM_KBINT8, KEYSYM_KBINT9, + + // TODO: Define this void KEYSYM_LEFTCTRL = 0xE0, KEYSYM_LEFTSHIFT, @@ -137,7 +139,7 @@ enum eUSB_Keysyms KEYSYM_RIGHTALT, KEYSYM_RIGHTGUI - // TODO: Define the rest + // > 0xE7 is undefined as of revision 1.12 of the HID Usage Tables }; #endif