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.
This commit is contained in:
Anders Carlsson 2006-04-12 09:35:34 +00:00 committed by Anders Carlsson
parent 3d1e71073e
commit 2ba96a7150
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-04-12 Anders Carlsson <andersca@imendio.com>
* gdk/quartz/gdkkeys-quartz.c:
Handle page up and page down.
2006-04-12 Anders Carlsson <andersca@imendio.com>
* gdk/quartz/gdkdrawable-quartz.c:

View File

@ -1,3 +1,8 @@
2006-04-12 Anders Carlsson <andersca@imendio.com>
* gdk/quartz/gdkkeys-quartz.c:
Handle page up and page down.
2006-04-12 Anders Carlsson <andersca@imendio.com>
* gdk/quartz/gdkdrawable-quartz.c:

View File

@ -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 },