From b8dfa4a5e87d410ddfc97a3134cda47cf7f6042c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Wed, 16 Dec 2015 20:16:18 -0600 Subject: [PATCH] added audio playback to the keymap editor --- src/keystrokeEditor/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keystrokeEditor/constants.py b/src/keystrokeEditor/constants.py index 626c94c8..8b337180 100644 --- a/src/keystrokeEditor/constants.py +++ b/src/keystrokeEditor/constants.py @@ -50,4 +50,5 @@ actions = { "lists_manager": _(u"Opens the list manager, which allows you to create, edit, delete and open lists in buffers."), "configuration": _(u"Opens the global settings dialogue"), "accountConfiguration": _(u"Opens the account settings dialogue"), +"audio": _(u"Try to play an audio file"), } \ No newline at end of file