1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-01 03:12:01 +03:00

eeshow/: don't use ? for help

We may want to use it in the future for searching (/ forward, ? backward, etc.)
This commit is contained in:
Werner Almesberger 2016-08-20 07:01:42 -03:00
parent 67fab71ed7
commit 654c97e89e
5 changed files with 3 additions and 5 deletions

View File

@ -175,7 +175,7 @@ PgUp go to the previous sheet in sequence
PgDn go to the next sheet in sequence
Up or Down invoke the revision history (WIP)
Tab toggle between old and new revision
? or H show/hide help window
H show/hide help window
D when comparing revisions, show difference (default)
N show newer sheet
O show older sheet

View File

@ -37,7 +37,6 @@ static gboolean key_press_event(GtkWidget *widget, GdkEventKey *event,
{
switch (event->keyval) {
case GDK_KEY_h:
case GDK_KEY_question:
case GDK_KEY_q:
gtk_widget_hide(window);
visible = 0;

View File

@ -530,7 +530,6 @@ static void sheet_key(void *user, int x, int y, int keyval)
break;
case GDK_KEY_h:
case GDK_KEY_question:
help();
break;

View File

@ -29,7 +29,7 @@
<TD>Tab
<TD>toggle between old and new revision
<TR>
<TD>? or H
<TD>H
<TD>open/close help window
<TR>
<TD>D

View File

@ -9,7 +9,7 @@ PgUp go to the previous sheet in sequence
PgDn go to the next sheet in sequence
Up or Down invoke the revision history (WIP)
Tab toggle between old and new revision
? or H show/hide help window
H show/hide help window
D when comparing revisions, show difference
N show newer sheet
O show older sheet