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>
|
||||
</script>
|
||||
|
||||
<!-- Change keymap action. -->
|
||||
<script id="key-editor-content__source--changeKeymap" type="text/x-handlebars-template">
|
||||
<!-- Switch keymap action. -->
|
||||
<script id="key-editor-content__source--switchKeymap" type="text/x-handlebars-template">
|
||||
<div class="popover-content" style="margin-bottom:2px">
|
||||
<div style="margin-bottom:0px; margin-top:2px">
|
||||
<b style="">Keymap:</b>
|
||||
|
||||
@@ -255,8 +255,8 @@
|
||||
</div>
|
||||
</script>
|
||||
|
||||
<!-- Change keymap action. -->
|
||||
<script id="key-editor-content__source--changeKeymap" type="text/x-handlebars-template">
|
||||
<!-- Switch keymap action. -->
|
||||
<script id="key-editor-content__source--switchKeymap" type="text/x-handlebars-template">
|
||||
<div class="popover-content" style="margin-bottom:2px">
|
||||
<div style="margin-bottom:0px; margin-top:2px">
|
||||
<b style="">Keymap:</b>
|
||||
|
||||
@@ -194,7 +194,7 @@ $(function() {
|
||||
},
|
||||
]
|
||||
},
|
||||
changeKeymap: {
|
||||
switchKeymap: {
|
||||
layouts: [
|
||||
{
|
||||
value: 'Select keymap',
|
||||
@@ -247,8 +247,8 @@ $(function() {
|
||||
{
|
||||
type: 'default',
|
||||
icon: 'fa-keyboard-o',
|
||||
title: 'Change keymap',
|
||||
content: 'changeKeymap'
|
||||
title: 'Switch keymap',
|
||||
content: 'switchKeymap'
|
||||
},
|
||||
{
|
||||
type: 'default',
|
||||
|
||||
Reference in New Issue
Block a user