← Back to context

Comment by asiachick

6 years ago

Very cool.

Any particular reason you're not using standard keys for cut/copy/paste/select all etc...?

I did not want to bind control/command key as it is used by the browser itself (eg control + t opens a new tab). So instead I used the shift key, (so shift + A = select all, shift + C = copy, shift + V = paste, etc).

  • interesting choice to be different than all other webpages and user experience for no good reason.

    • It is a non-optimal choice, but I believe there is a very strong reason. Not competing with the browser's native functionality.

      Some of the most horrible web experiences, occur because websites try to take control of native functions. For example "smooth" scrolling, or highjacking the back button, or trying to abuse the clipboard! Confusing the user, breaking navigation, making the page less accessible and in some cases breaking after X months when browser or OS behavior changes.

      What I have now is unfortunately far from "good" and there is improvement and experimentation waiting to happen, but the straight forward approach is not much better either...

      2 replies →