File tree 1 file changed +9
-1
lines changed
packages/uhk-web/src/app/components/popover/tab/keypress
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 49
49
> </ select2 >
50
50
< icon name ="question-circle "
51
51
data-toggle ="tooltip "
52
- title ="The secondary role activates when another key gets pressed while holding this key. "
52
+ html ="true "
53
+ maxWidth ="620 "
54
+ title ="<p class='text-left'>The secondary role activates when another key gets pressed while holding this key.</p>
55
+ <p class='text-left'>Let's say that the scancode is Escape and the secondary role is Mouse. Then:</p>
56
+ <ul class='text-left'>
57
+ <li>Tap this key to trigger Escape. <i>(Primary role)</i></li>
58
+ <li>Hold this key and press another key to activate the relevant key of the Mouse layer. <i>(Secondary role)</i></li>
59
+ </ul>
60
+ <p class='text-left pt-3'>The secondary role can be any layer or modifier.</p> "
53
61
data-placement ="bottom "> </ icon >
54
62
</ div >
55
63
You can’t perform that action at this time.
0 commit comments