Shortcut for "Examine regex" (Ctrl-X) is already taken by "Cut"

Bug #795237 reported by Daniel Kullmann
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kodos (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: kodos

I wanted to use the "Examine regex" feature from the keyboard, but the Ctrl-X shortcut does not work. Of course, Ctrl-X is used by this program also for the "Cut" command, and this shortcut can't be used for both.

Please change to something like Ctrl-E or something.

Revision history for this message
Daniel Kullmann (daniel-kullmann) wrote :

diff --git a/modules/kodosBA.py b/modules/kodosBA.py
--- a/modules/kodosBA.py
+++ b/modules/kodosBA.py
@@ -1276,7 +1276,7 @@
         self.editPasteAction.setAccel(self.__tr("Ctrl+V"))
         self.examineAction.setText(self.__tr("Examine Regex for Match"))
         self.examineAction.setMenuText(self.__tr("E&xamine Regex"))
- self.examineAction.setAccel(self.__tr("Ctrl+X"))
+ self.examineAction.setAccel(self.__tr("Ctrl+E"))
         self.helpContentsAction.setText(self.__tr("Contents"))
         self.helpContentsAction.setMenuText(self.__tr("&Contents..."))
         self.helpContentsAction.setAccel(QString.null)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.