cpd73 wrote: > I agree. However, I'm not sure if a web page can access these. If you > know of method, then I'd love to hear about it.
A working example is here http://keycode.info/ it catches volume keypress on my PC. In plain JS, from this web page https://github.com/wesbos/keycodes/blob/gh-pages/scripts.js the keycode mapping seem: 174: 'decrease volume level', 175: 'increase volume level', 182: 'decrease volume level (firefox)', 183: 'increase volume level (firefox)', to get the code: body.onkeydown = function(e) , then use e.keyCode Sorry but I am of no help using this in material/vuetify framework... ------------------------------------------------------------------------ ptou's Profile: http://forums.slimdevices.com/member.php?userid=69967 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
