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.
This commit is contained in:
Arpad Csanyi
2016-05-05 23:15:26 +02:00
parent 2a08d1f19d
commit 45ca30784e

View File

@@ -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'
},
{