From 81c3aab54e0f087483f471de0fc112c79fd7fca7 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 13 Oct 2012 00:13:06 +0000 Subject: [PATCH] Completing the list of keys --- include/Desktop/compat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/Desktop/compat.h b/include/Desktop/compat.h index 21ab104..1dfe305 100644 --- a/include/Desktop/compat.h +++ b/include/Desktop/compat.h @@ -79,6 +79,8 @@ # define GDK_KEY_Home GDK_Home # define GDK_KEY_Left GDK_Left # define GDK_KEY_minus GDK_minus +# define GDK_KEY_Page_Down GDK_Page_Down +# define GDK_KEY_Page_Up GDK_Page_Up # define GDK_KEY_plus GDK_plus # define GDK_KEY_Return GDK_Return # define GDK_KEY_Right GDK_Right