From e4ecd42d111b064d59edaad74aab860becb61506 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 21 May 2017 22:14:41 -0700 Subject: [PATCH] Traditional capitialization of PrintScreen Words should be InterCapped --- src/key_defs_keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/key_defs_keyboard.h b/src/key_defs_keyboard.h index 8dd99e94..83e07d0e 100644 --- a/src/key_defs_keyboard.h +++ b/src/key_defs_keyboard.h @@ -73,7 +73,7 @@ #define Key_F10 (Key) { HID_KEYBOARD_F10, KEY_FLAGS } #define Key_F11 (Key) { HID_KEYBOARD_F11, KEY_FLAGS } #define Key_F12 (Key) { HID_KEYBOARD_F12, KEY_FLAGS } -#define Key_Printscreen (Key) { HID_KEYBOARD_PRINTSCREEN, KEY_FLAGS } +#define Key_PrintScreen (Key) { HID_KEYBOARD_PRINTSCREEN, KEY_FLAGS } #define Key_ScrollLock (Key) { HID_KEYBOARD_SCROLL_LOCK, KEY_FLAGS } #define Key_Pause (Key) { HID_KEYBOARD_PAUSE, KEY_FLAGS } #define Key_Insert (Key) { HID_KEYBOARD_INSERT, KEY_FLAGS }