Skip to content
Snippets Groups Projects
Commit 29f7b897 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Remove shortcut for Accounts window

parent e722ac2b
No related branches found
No related tags found
No related merge requests found
...@@ -554,7 +554,6 @@ def _set_shortcuts(self): ...@@ -554,7 +554,6 @@ def _set_shortcuts(self):
'app.file-transfer': ['<Primary>T'], 'app.file-transfer': ['<Primary>T'],
'app.ipython': ['<Primary><Alt>I'], 'app.ipython': ['<Primary><Alt>I'],
'app.start-chat::': ['<Primary>N'], 'app.start-chat::': ['<Primary>N'],
'app.accounts::': ['<Alt>A'],
'app.create-groupchat::': ['<Primary>G'], 'app.create-groupchat::': ['<Primary>G'],
'win.show-roster': ['<Primary>R'], 'win.show-roster': ['<Primary>R'],
'win.show-offline': ['<Primary>O'], 'win.show-offline': ['<Primary>O'],
......
...@@ -196,13 +196,6 @@ ...@@ -196,13 +196,6 @@
<property name="title" translatable="yes">Create new group chat</property> <property name="title" translatable="yes">Create new group chat</property>
</object> </object>
</child> </child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">&lt;alt&gt;a</property>
<property name="title" translatable="yes">Accounts</property>
</object>
</child>
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="visible">1</property> <property name="visible">1</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