Package: pcsx
Version: 1:1.699df-rc3-1
Severity: minor
Tags: patch

The GUI interface does not have accelerator keys. This effectively
makes pcsx unusable without a mouse or a mouse emulator.

Here is a patch. I also include it as an attachment.
------- Begin patch
--- pcsx.glade2.orig    2007-08-04 00:57:54.000000000 -0700
+++ pcsx.glade2 2007-08-04 01:05:34.000000000 -0700
@@ -38,7 +38,7 @@
          <child>
            <widget class="GtkMenuItem" id="item1">
              <property name="visible">True</property>
-             <property name="label" translatable="yes">File</property>
+             <property name="label" translatable="yes">_File</property>
              <property name="use_underline">True</property>
 
              <child>
@@ -370,7 +370,7 @@
          <child>
            <widget class="GtkMenuItem" id="emulator1">
              <property name="visible">True</property>
-             <property name="label" translatable="yes">Emulator</property>
+             <property name="label" translatable="yes">_Emulator</property>
              <property name="use_underline">True</property>
 
              <child>
@@ -425,7 +425,7 @@
          <child>
            <widget class="GtkMenuItem" id="configuration1">
              <property name="visible">True</property>
-             <property name="label" translatable="yes">Configuration</property>
+             <property name="label" 
translatable="yes">_Configuration</property>
              <property name="use_underline">True</property>
 
              <child>
@@ -626,7 +626,7 @@
          <child>
            <widget class="GtkMenuItem" id="help1">
              <property name="visible">True</property>
-             <property name="label" translatable="yes">Help</property>
+             <property name="label" translatable="yes">_Help</property>
              <property name="use_underline">True</property>
 
              <child>

---- End patch

These are the most important accelerator keys. They enable the menu to
be used without a mouse. I also recommend accelerator keys for the
individual selections in the menu, but these are less important, and a
lot of them are up to developer preference, so I left them out.

-Brandon
--- pcsx.glade2.orig	2007-08-04 00:57:54.000000000 -0700
+++ pcsx.glade2	2007-08-04 01:05:34.000000000 -0700
@@ -38,7 +38,7 @@
 	  <child>
 	    <widget class="GtkMenuItem" id="item1">
 	      <property name="visible">True</property>
-	      <property name="label" translatable="yes">File</property>
+	      <property name="label" translatable="yes">_File</property>
 	      <property name="use_underline">True</property>
 
 	      <child>
@@ -370,7 +370,7 @@
 	  <child>
 	    <widget class="GtkMenuItem" id="emulator1">
 	      <property name="visible">True</property>
-	      <property name="label" translatable="yes">Emulator</property>
+	      <property name="label" translatable="yes">_Emulator</property>
 	      <property name="use_underline">True</property>
 
 	      <child>
@@ -425,7 +425,7 @@
 	  <child>
 	    <widget class="GtkMenuItem" id="configuration1">
 	      <property name="visible">True</property>
-	      <property name="label" translatable="yes">Configuration</property>
+	      <property name="label" translatable="yes">_Configuration</property>
 	      <property name="use_underline">True</property>
 
 	      <child>
@@ -626,7 +626,7 @@
 	  <child>
 	    <widget class="GtkMenuItem" id="help1">
 	      <property name="visible">True</property>
-	      <property name="label" translatable="yes">Help</property>
+	      <property name="label" translatable="yes">_Help</property>
 	      <property name="use_underline">True</property>
 
 	      <child>

Reply via email to