From 45ca30784e39295478a5c3500755d23c949d7437 Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Thu, 5 May 2016 23:15:26 +0200 Subject: [PATCH] Rename some tabs of the popover for better fit. #22 All the names consist of one word only. The keypress has been changed to keycode, as actually all the other tabs are configuring keypresses, just they are not sending a keycode. --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index e158c637..8a48f1fc 100644 --- a/script.js +++ b/script.js @@ -229,7 +229,7 @@ $(function() { { type: 'primary', icon: 'fa-keyboard-o', - title: 'Keypress', + title: 'Keycode', content: 'keypress' }, { @@ -253,7 +253,7 @@ $(function() { { type: 'default', icon: 'fa-keyboard-o', - title: 'Switch keymap', + title: 'Keymap', content: 'switchKeymap' }, {