SJPCheck is a program created to quickly get word definitions from Polish online dictionary (sjp.pl).
- C#
- Winforms
- Web Scraping
Default hotkey to bring up the application is set to ALT+Q. To change it, change RegisterHotkey() on line 27 in the Form1.cs file.
// register the alt + Q combination as hot key.
hook.RegisterHotKey(SJPCheck.ModifierKeys.Alt, Keys.Q);
Jan Radłowski