5 MB Electron alternative: Sciter has switched to JavaScript
Without too much fanfares Sciter has officially transitioned from TIScript to JavaScript this week. (more…)
Read more »To detect if the caps lock is on, use the getModifierState() method for the KeyboardEvent object: const capslockIsOn = event.getModifierState(modifier); The getModifierState() (…)… Read more