You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
});
The text was updated successfully, but these errors were encountered:
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()
});
The text was updated successfully, but these errors were encountered: