summaryrefslogtreecommitdiff
path: root/web/kvm/navbar-paste.pug
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-07-14 22:23:43 +0300
committerDevaev Maxim <[email protected]>2021-07-14 22:23:43 +0300
commit12080b06ea5ade6b641a94e17852242f3fc6bac0 (patch)
treea562201db194ec0f5f17257c4c18a1cfbba15896 /web/kvm/navbar-paste.pug
parent105928193b50f40facdc0bfc479dc51a06a97efa (diff)
separate shortcuts menu
Diffstat (limited to 'web/kvm/navbar-paste.pug')
-rw-r--r--web/kvm/navbar-paste.pug17
1 files changed, 17 insertions, 0 deletions
diff --git a/web/kvm/navbar-paste.pug b/web/kvm/navbar-paste.pug
new file mode 100644
index 00000000..f593670b
--- /dev/null
+++ b/web/kvm/navbar-paste.pug
@@ -0,0 +1,17 @@
+li(class="right")
+ a(class="menu-button" href="#") Paste
+ div(data-dont-hide-menu class="menu")
+ div(class="text")
+ b Paste text as keypress sequence#[br]
+ sub Please note that Pi-KVM cannot switch the keyboard layout
+ hr
+ div(class="text")
+ textarea(id="hid-pak-text" placeholder="Enter your text here")
+ table(class="kv")
+ tr
+ td
+ button(disabled data-force-hide-menu id="hid-pak-button") &bull; Paste
+ td using host keymap
+ td
+ select(id="hid-pak-keymap-selector")
+ +menu_switch("hid-pak-ask-switch", "Ask paste confirmation", true, true)