Added keysym strings for alt and all modifiers.
[libguac-client-rdp.git] / include / rdp_keymap.h
index 85eb8f4..0aaa19d 100644 (file)
@@ -118,5 +118,15 @@ extern const guac_rdp_keysym_altcode_map guac_rdp_keysym_altcode;
  */
 extern const int GUAC_KEYSYMS_SHIFT[];
 
+/**
+ * Keysym string containing only the left "alt" key.
+ */
+extern const int GUAC_KEYSYMS_ALT[];
+
+/**
+ * Keysym string containing all modifier keys.
+ */
+extern const int GUAC_KEYSYMS_ALL_MODIFIERS[];
+
 #endif