portal

https://github.com/djblue/portal
borkdude 2021-05-20T13:41:28.006100Z

@djblue I am trying out the online portal: https://djblue.github.io/portal/ Really impressive. What I found confusing is the usage of the word "meta" since in emacs, the meta key is Option/alt, but it seems to be the "super" key in portal.

djblue 2021-05-20T14:59:59.006200Z

Thanks for the feedback @borkdude. I think I went with meta because that's what the browser calls it https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/metaKey. I agree, kinda confusing. I could change it to say cmd if on Mac and win if on windows :thinking_face:

👍 1
djblue 2021-05-20T15:59:00.007200Z

It turn out I only use meta for osx, so I just mapped meta to for rendering. The PWA version of portal is updated 👌