Remove help bubbles from the tab titles.

This commit is contained in:
Arpad Csanyi
2016-05-08 23:15:46 +02:00
parent 04d6ac6727
commit fe5ae29943
2 changed files with 1 additions and 7 deletions

View File

@@ -230,42 +230,36 @@ $(function() {
type: 'primary',
icon: 'fa-keyboard-o',
title: 'Keypress',
titleHelp: 'Send a scancode with optional modifiers to the host',
content: 'keypress'
},
{
type: 'default',
icon: 'fa-clone', // The icon for the tab will be a layer icon in svg. But for the mockup it was easier to just use something similar from fontawesome.
title: 'Layer',
titleHelp: 'Activate or toggle the layers',
content: 'layer'
},
{
type: 'default',
icon: 'fa-mouse-pointer',
title: 'Mouse',
titleHelp: 'Set up mouse movement, clicking, and scrolling',
content: 'mouse'
},
{
type: 'default',
icon: 'fa-play',
title: 'Macro',
titleHelp: 'Play a macro',
content: 'macro'
},
{
type: 'default',
icon: 'fa-keyboard-o',
title: 'Keymap',
titleHelp: 'Switch to an other keymap',
content: 'switchKeymap'
},
{
type: 'default',
icon: 'fa-ban',
title: 'None',
titleHelp: 'Do nothing when this key is pressed',
content: 'none'
}
]