Search Results

0
votes

Favorite Windows keyboard shortcuts

I mapped some global hotkeys: In Winamp I use Ctrl+Alt+Backspace (same as AltGr+Backspace for me) to Pause. If someone wants my attention while I've got headphones on, far easier t …
2
votes

monkey testing software for windows apps

Have a look at AutoIt. It has a COM interface, so you can script it from any language that supports COM. I've written Python scripts to automate GUIs. …
1
vote

Viewing LCOV file in Windows

Use genhtml to convert it to a set of HTML files. http://ltp.sourceforge.net/coverage/lcov/genhtml.1.php …