From 87d050ae39e34af1387d249cd75e89abe08793a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <philipp@hoerist.com>
Date: Fri, 15 Nov 2019 15:46:19 +0100
Subject: [PATCH] Remove accel from application action

We define the same shortcut for win.browse-history
---
 gajim/application.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gajim/application.py b/gajim/application.py
index b30b61a3d8..e6b84382b8 100644
--- a/gajim/application.py
+++ b/gajim/application.py
@@ -540,7 +540,6 @@ def _set_shortcuts(self):
             'app.plugins': ['<Primary>E'],
             'app.xml-console': ['<Primary><Shift>X'],
             'app.file-transfer': ['<Primary>T'],
-            'app.history': ['<Primary>H'],
             'app.ipython': ['<Primary><Alt>I'],
             'app.start-chat::': ['<Primary>N'],
             'app.accounts::': ['<Alt>A'],
-- 
GitLab