diff options
author | Devaev Maxim <[email protected]> | 2018-10-05 12:55:55 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-05 12:55:55 +0300 |
commit | bbaf99c1b4a19ec6438f794bc045777443cbaaf2 (patch) | |
tree | 3622036af0412f0affdff3bf90c8ef451a0e9df3 /web/index.html | |
parent | 54cc8393a7e632eb0a1c85cc02dcf7130fe53766 (diff) |
imroved pak
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index 5bcc5b27..1c16bc91 100644 --- a/web/index.html +++ b/web/index.html @@ -15,6 +15,7 @@ <link rel="stylesheet" href="css/modals.css"> <link rel="stylesheet" href="css/leds.css"> <link rel="stylesheet" href="css/stream.css"> + <link rel="stylesheet" href="css/shortcuts.css"> <link rel="stylesheet" href="css/msd.css"> <link rel="stylesheet" href="css/keyboard.css"> <link rel="stylesheet" href="css/about.css"> @@ -222,7 +223,9 @@ </a> <div class="ctl-dropdown-content"> <div class="ctl-dropdown-content-buttons"> - <button disabled id="pak-button">• Paste-as-Keys <sup><i>ascii-only</i></sup></button> + <textarea data-dont-hide-menu id="pak-text" placeholder="Paste your text here"></textarea> + <hr> + <button disabled id="pak-button">• ↑ Paste-as-Keys <sup><i>ascii-only</i></sup></button> <hr> <div class="buttons-row"> <button data-shortcut="CapsLock" class="row50">• CapsLock</button> |