Replace "change keymap" with "switch keymap" because the latter is less ambiguous.
This commit is contained in:
@@ -271,8 +271,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|||||||
</div>
|
</div>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Change keymap action. -->
|
<!-- Switch keymap action. -->
|
||||||
<script id="key-editor-content__source--changeKeymap" type="text/x-handlebars-template">
|
<script id="key-editor-content__source--switchKeymap" type="text/x-handlebars-template">
|
||||||
<div class="popover-content" style="margin-bottom:2px">
|
<div class="popover-content" style="margin-bottom:2px">
|
||||||
<div style="margin-bottom:0px; margin-top:2px">
|
<div style="margin-bottom:0px; margin-top:2px">
|
||||||
<b style="">Keymap:</b>
|
<b style="">Keymap:</b>
|
||||||
|
|||||||
@@ -255,8 +255,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Change keymap action. -->
|
<!-- Switch keymap action. -->
|
||||||
<script id="key-editor-content__source--changeKeymap" type="text/x-handlebars-template">
|
<script id="key-editor-content__source--switchKeymap" type="text/x-handlebars-template">
|
||||||
<div class="popover-content" style="margin-bottom:2px">
|
<div class="popover-content" style="margin-bottom:2px">
|
||||||
<div style="margin-bottom:0px; margin-top:2px">
|
<div style="margin-bottom:0px; margin-top:2px">
|
||||||
<b style="">Keymap:</b>
|
<b style="">Keymap:</b>
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ $(function() {
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
changeKeymap: {
|
switchKeymap: {
|
||||||
layouts: [
|
layouts: [
|
||||||
{
|
{
|
||||||
value: 'Select keymap',
|
value: 'Select keymap',
|
||||||
@@ -247,8 +247,8 @@ $(function() {
|
|||||||
{
|
{
|
||||||
type: 'default',
|
type: 'default',
|
||||||
icon: 'fa-keyboard-o',
|
icon: 'fa-keyboard-o',
|
||||||
title: 'Change keymap',
|
title: 'Switch keymap',
|
||||||
content: 'changeKeymap'
|
content: 'switchKeymap'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'default',
|
type: 'default',
|
||||||
|
|||||||
Reference in New Issue
Block a user