2 Copyright © 2011, The AROS Development Team. All rights reserved.
6 #ifndef LIBRARIES_KMS_H
7 #define LIBRARIES_KMS_H 1
9 #include <devices/keymap.h>
10 #include <exec/libraries.h>
12 #define KMSNAME "kms.library"
16 struct Library kms_Lib
;
17 UWORD kms_SwitchQual
; /* Switch hotkey qualifier */
18 UWORD kms_SwitchCode
; /* Switch hotkey code */
19 struct KeyMap
*kms_AltKeymap
; /* Alternate keymap pointer */
22 #define KMS_QUAL_DISABLE 0xFFFF /* Set kms_SwitchQual to this in order to turn off switcher */
23 #define KMS_CODE_NOKEY 0xFFFF /* Set kms_SwitchCode to this if the hotkey consists only of qualifiers */