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:
@@ -229,7 +229,7 @@ $(function() {
|
|||||||
{
|
{
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
icon: 'fa-keyboard-o',
|
icon: 'fa-keyboard-o',
|
||||||
title: 'Keypress',
|
title: 'Keycode',
|
||||||
content: 'keypress'
|
content: 'keypress'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -253,7 +253,7 @@ $(function() {
|
|||||||
{
|
{
|
||||||
type: 'default',
|
type: 'default',
|
||||||
icon: 'fa-keyboard-o',
|
icon: 'fa-keyboard-o',
|
||||||
title: 'Switch keymap',
|
title: 'Keymap',
|
||||||
content: 'switchKeymap'
|
content: 'switchKeymap'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user