Open kalenjordan opened 4 years ago
You will find all the usable keys in the readme under the Key list table. The question mark is not in the table and therefore not supported. Again you can only use the supported keys.
I use the second form and it did work for me. The exact line is:
<button v-shortkey="['shift', '?']" @shortkey="setShortcutsDlgVisible(true)"></button>
Any chance this is added? Would you accept a PR?
I've tried all of these - none seem to work.
Other shift combinations do work for me just fine, for example
v-shortkey="['shift', 'a']"
for a capital A.