madrobby / keymaster

A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call function on high shifted key "?"

opened this issue · comments

Function call for key "?" like in twitter, I got it work using combination of shift+lower key but I need it restricted to ? only since it working on type language even switched and not on single lower "?" key
key('shift+/', function () {
keystrokes()
});