vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.47k stars 3.52k forks source link

Windows 10: support windows + v paste history #3546

Open zhengwy888 opened 5 years ago

zhengwy888 commented 5 years ago

Issue

Windows has the functionality of paste history with windows key + v, but the content can't be pasted into the hyper. Will be nice if this function could be supported.

alexeadem commented 5 years ago

Maybe same issue here.... How can we use the super/window key in a PC running linux or Windows. I tried this in my ~/.hyper.js but it didn't work.

keymaps: { // Example // 'window:devtools': 'cmd+alt+o', "editor:copy": "super+c", "editor:paste": "super+v" },

ctrl-shift + v/c are way too many keys for a copy & paste :)

BananaAcid commented 5 years ago

btw: https://devblogs.microsoft.com/commandline/copy-and-paste-arrives-for-linuxwsl-consoles/