ptou wrote: > 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 > > > Here http://jsfiddle.net/NLEaF/ I found another one, > Misteriously it seems that volume keys get mapped to these characters, > but it may be just a coincidence. > ¯ --> 175 > ® --> 174 > > Sorry but I am of no help using this in material/vuetify framework...
Can you try the git version of Material? I've added some support for those keycodes - but I cannot test. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624
_______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
