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
After some tests, I noticed that the "Windows" key does not accept "click".
I try with var ks = require('node-key-sender'); ks.sendCombination(['x', 'meta']); and 'x' works, but meta not. and without combination, meta also does not work :/
The text was updated successfully, but these errors were encountered:
After some tests, I noticed that the "Windows" key does not accept "click".
I try with
var ks = require('node-key-sender'); ks.sendCombination(['x', 'meta']);
and 'x' works, but meta not. and without combination, meta also does not work :/The text was updated successfully, but these errors were encountered: