summaryrefslogtreecommitdiff
path: root/web/kvm/navbar-paste.pug
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-02-21 04:18:15 +0300
committerMaxim Devaev <[email protected]>2022-02-21 04:18:15 +0300
commit96191a1b0809a62e5b14316190c3de46b05d9ec2 (patch)
tree6a1e6238ecb6fad8ce78f644af99c73533fbbe30 /web/kvm/navbar-paste.pug
parent67839a52a22a4e470109d3d0c8acf4798843bcf6 (diff)
ocr
Diffstat (limited to 'web/kvm/navbar-paste.pug')
-rw-r--r--web/kvm/navbar-paste.pug17
1 files changed, 0 insertions, 17 deletions
diff --git a/web/kvm/navbar-paste.pug b/web/kvm/navbar-paste.pug
deleted file mode 100644
index 44feac87..00000000
--- a/web/kvm/navbar-paste.pug
+++ /dev/null
@@ -1,17 +0,0 @@
-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 PiKVM 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)