mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 03:45:47 +01:00
new fix for problem with KP Enter on Quartz
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13285 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4b72c5851a
commit
1abd960ec8
1 changed files with 13 additions and 0 deletions
13
tools/current-gtk-patches/gdk-quartz-keys.patch
Normal file
13
tools/current-gtk-patches/gdk-quartz-keys.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/gdk/quartz/gdkkeys-quartz.c b/gdk/quartz/gdkkeys-quartz.c
|
||||
index e4c1636..1cb7a3a 100644
|
||||
--- a/gdk/quartz/gdkkeys-quartz.c
|
||||
+++ b/gdk/quartz/gdkkeys-quartz.c
|
||||
@@ -155,7 +155,7 @@ const static struct {
|
||||
{ 67, GDK_asterisk, GDK_KP_Multiply },
|
||||
{ 69, GDK_plus, GDK_KP_Add },
|
||||
{ 75, GDK_slash, GDK_KP_Divide },
|
||||
- { 76, 0x01000003, GDK_KP_Enter },
|
||||
+ { 76, GDK_Return, GDK_KP_Enter },
|
||||
{ 78, GDK_minus, GDK_KP_Subtract },
|
||||
{ 81, GDK_equal, GDK_KP_Equal },
|
||||
{ 82, GDK_0, GDK_KP_0 },
|
||||
Loading…
Add table
Add a link
Reference in a new issue