|
From: KaiMartin <14...@bu...> - 2015-09-16 22:10:58
|
Public bug reported:
Current git head defines the accel to open the settings menu as [alt-S].
This collides with the accel to increase the drill size of the via or
pin under the mouse cursor. Apparently, the menu takes catches the event
first. This renders holes impossible to increase via the keyboard.
The drill accel is part of a whole group of related actions. The accels
[s], [shift-s], [alt-s], [shift-alt-s] all affect vias and pins. So it's
better to not change these in order to resolve the collision.
Proposal: change the accel for the settings menu to [alt-t]. This combo
does not seem to be used anywhere.
I attached a rather trivial patch to gpcb-menu.res.in which does just
this.
---<)kaimartin(>---
** Affects: pcb
Importance: Undecided
Status: New
** Tags: gtk-gui
** Patch added: "change the accel for the settings menu to [alt-t]"
https://bugs.launchpad.net/bugs/1496603/+attachment/4466402/+files/0001-change-the-accel-for-the-settings-menu-to-alt-t.patch
--
You received this bug notification because you are a member of PCB Bug
Team, which is subscribed to pcb.
https://bugs.launchpad.net/bugs/1496603
Title:
the accel key for the settingss menu clashes with the accel to
increase drill size
Status in pcb:
New
Bug description:
Current git head defines the accel to open the settings menu as
[alt-S]. This collides with the accel to increase the drill size of
the via or pin under the mouse cursor. Apparently, the menu takes
catches the event first. This renders holes impossible to increase via
the keyboard.
The drill accel is part of a whole group of related actions. The
accels [s], [shift-s], [alt-s], [shift-alt-s] all affect vias and
pins. So it's better to not change these in order to resolve the
collision.
Proposal: change the accel for the settings menu to [alt-t]. This
combo does not seem to be used anywhere.
I attached a rather trivial patch to gpcb-menu.res.in which does just
this.
---<)kaimartin(>---
To manage notifications about this bug go to:
https://bugs.launchpad.net/pcb/+bug/1496603/+subscriptions
|