summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@imendio.com>2006-04-12 09:35:34 +0000
committerAnders Carlsson <andersca@src.gnome.org>2006-04-12 09:35:34 +0000
commit2ba96a7150ac03421f1b7ae24ea5da4852461461 (patch)
tree59d05b3b88df52b97dc397ef808d796958fc766b /gdk
parent3d1e71073edcecc947696cdb08a77dce0fdfa60e (diff)
downloadgtk+-2ba96a7150ac03421f1b7ae24ea5da4852461461.tar.gz
Handle page up and page down.
2006-04-12 Anders Carlsson <andersca@imendio.com> * gdk/quartz/gdkkeys-quartz.c: Handle page up and page down.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/quartz/gdkkeys-quartz.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/quartz/gdkkeys-quartz.c b/gdk/quartz/gdkkeys-quartz.c
index 67a8d793b6..0ce4c92184 100644
--- a/gdk/quartz/gdkkeys-quartz.c
+++ b/gdk/quartz/gdkkeys-quartz.c
@@ -159,6 +159,8 @@ const static struct {
{ 0x0001, GDK_Home },
{ 0x0008, GDK_BackSpace },
{ 0x0009, GDK_Tab },
+ { 0x000b, GDK_Page_Up },
+ { 0x000c, GDK_Page_Down },
{ 0x000d, GDK_Return },
{ 0x001c, GDK_Left },
{ 0x001d, GDK_Right },