update shortcut to ctrl+`

This commit is contained in:
Alexandre Alves 2022-01-24 16:12:04 +00:00
parent f04169c889
commit d9725c4bcd
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ export default {
data() {
const searchShortcut = isMac ? '(\u2318-K)' : '(Ctrl+K)';
const shellShortcut = isMac ? '(\u2318-\')' : '(Ctrl+\')';
const shellShortcut = '(Ctrl+`)';
return {
show: false,
@ -267,7 +267,7 @@ export default {
<button
v-if="showKubeShell"
v-tooltip="t('nav.shell', {key: shellShortcut})"
v-shortkey="{windows: ['ctrl', '\''], mac: ['meta', '\'']}"
v-shortkey="{windows: ['ctrl', '`'], mac: ['meta', '`']}"
:disabled="!shellEnabled"
type="button"
class="btn header-btn role-tertiary"