[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (df91527ba7530fdf5b6bf0d2d398ac799bb0e1ec)



The branch, master has been updated
       via  df91527ba7530fdf5b6bf0d2d398ac799bb0e1ec (commit)
      from  3471f5bb3d4a4c8c644c4784e2462fd2a7c227ae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/hid/gtk/ghid-main-menu.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


=================
 Commit Messages
=================

commit df91527ba7530fdf5b6bf0d2d398ac799bb0e1ec
Author: Andrew Poelstra <asp11@xxxxxx>
Commit: Andrew Poelstra <asp11@xxxxxx>

    gtk: Add "plus" and "minus" to allowable keyboard shortcuts
    
    Closes-bug: sf-3081102

:100644 100644 74aa144... 16b1b44... M	src/hid/gtk/ghid-main-menu.c

=========
 Changes
=========

commit df91527ba7530fdf5b6bf0d2d398ac799bb0e1ec
Author: Andrew Poelstra <asp11@xxxxxx>
Commit: Andrew Poelstra <asp11@xxxxxx>

    gtk: Add "plus" and "minus" to allowable keyboard shortcuts
    
    Closes-bug: sf-3081102

diff --git a/src/hid/gtk/ghid-main-menu.c b/src/hid/gtk/ghid-main-menu.c
index 74aa144..16b1b44 100644
--- a/src/hid/gtk/ghid-main-menu.c
+++ b/src/hid/gtk/ghid-main-menu.c
@@ -85,6 +85,8 @@ translate_accelerator (const char *text)
     {"]", "bracketright"},
     {".", "period"},
     {"|", "bar"},
+    {"+", "plus"},
+    {"-", "minus"},
     {NULL, NULL}
   };
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs