summaryrefslogtreecommitdiff
path: root/web/kvm/navbar-paste.pug
blob: 44feac87819c59d7e2223b33cd09f46eeab0791c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 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") • Paste
				td using host keymap
				td
					select(id="hid-pak-keymap-selector")
		+menu_switch("hid-pak-ask-switch", "Ask paste confirmation", true, true)