Skip to content
Snippets Groups Projects
Commit 2b5139cf authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

use Ctrl+Shift+A to open acctouns window. Fixes #3894

parent 10e38612
No related branches found
No related tags found
No related merge requests found
......@@ -145,10 +145,10 @@
<child>
<widget class="GtkImageMenuItem" id="accounts_menuitem">
<property name="visible">True</property>
<property name="label" translatable="yes">A_ccounts</property>
<property name="label" translatable="yes">_Accounts</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_accounts_menuitem_activate"/>
<accelerator key="A" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<accelerator key="A" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
<widget class="GtkImage" id="image1610">
<property name="visible">True</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment