mathieudutour / scroll-through-time

:hourglass: :tophat: :rabbit2: Two fingers scroll moves through time instead of space
https://xkcd.com/1806/
MIT License
721 stars 54 forks source link

Suggestion: add more short keys #28

Open LonelySquid opened 2 years ago

LonelySquid commented 2 years ago

Hi! :)

I love your code but I would like to suggest adding more shortkeys like the [shift] button. I think it could really be handy to have it in the default option for everyone; even though it is easily added. ;) Have pasted an example below. Anyways, really awesome code and appriciate this plugin a lot!!

Yours Sincerely,

LonelySquid

scroll-through-time.js enum: [ { value: "none", description: "No modifier key used" }, { value: "altKey", description: "Alt (Option) key" }, { value: "ctrlKey", description: "Control key" }, { value: "shiftKey", description: "Shift key" } ]