fgr-araujo / vue-shortkey

Vue-ShortKey - The ultimate shortcut plugin to improve the UX
MIT License
884 stars 101 forks source link

Are the plus '+' and '-' key supported? #112

Closed WhatWhatz closed 3 years ago

WhatWhatz commented 4 years ago

Are the plus, minus, etc.. keys supported ? because I can't find them neither in the documentation nor the code.

HectorMendia commented 4 years ago

Yes, are supported

v-shortkey="{ plus: ['+'], minus: ['-'] }" @shortkey="keyAction"