Commit graph

20 commits

Author SHA1 Message Date
Gered King 99973209fd remove exe download link
Removed because Github has deprecated these kinds of downloads and has removed the ability to update them.
2012-12-18 15:10:13 -05:00
Gered King 0fc622ebd2 Merge pull request #1 from nathanb/home-end-page-up-down
Use correct virtual key codes for Home, End, and Page Up/Down
2012-12-18 12:07:19 -08:00
Nathan Bridgewater e025b89dce tweaks to enable home,end,page up,page down on wireless keyboard. Ref key codes: http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx 2012-12-18 13:48:10 -06:00
Gered King 568e823fad Update README.md 2012-05-29 19:11:31 -03:00
gered 30f044ef06 remove release PostBuildEvent stuff
not really sure what the point is of obfuscating a binary for an open
source project
2012-05-29 14:19:07 -04:00
Gered King 74b5f8fed1 Update README.md with download link 2012-05-29 15:05:59 -03:00
gered 0f8928d7e3 add readme 2012-05-29 13:52:32 -04:00
gered e5291d0b5d tweak config window help text slightly 2012-05-29 13:31:39 -04:00
gered 6b75e24b0b there is no builtin app Restart equivalent in WPF
using the Windows Forms Application.Restart doesn't quit the app
properly either so it's not a proper "solution"
2012-05-29 13:04:28 -04:00
gered c34b51cff5 fix TrayIcon not disappearing and proper app exit 2012-05-29 13:02:20 -04:00
gered cea61f8b7d FMode property's set now saves config settings 2012-05-29 12:41:03 -04:00
gered 20e7a6e5a0 add extra help text to config window 2012-05-29 12:27:17 -04:00
gered b2b67e604e remove swapCtrlFn config UI (it did nothing)
also I'm not 100% sure where the original author was going with that so
don't want to try to implement it myself
2012-05-29 12:20:33 -04:00
gered 8fde720c47 add wired-only keyboard special key handling code 2012-05-29 12:18:42 -04:00
gered 4e2aa8172d disable startup version check 2012-05-29 11:58:59 -04:00
gered d1159e7737 save config settings when config window is closed 2012-05-29 11:51:30 -04:00
gered 0f7f882902 add config UI for FMode and WiredKeyboard 2012-05-29 11:50:40 -04:00
gered 8303b01bbe added WiredKeyboard bool setting 2012-05-29 11:50:09 -04:00
gered ca775eb919 disable iTunesLib related code for now
This should be re-enabled later. I don't have this "iTunesLib" which I
assume is installed along with iTunes on Windows (which I also don't
have installed).
2012-05-29 11:13:48 -04:00
gered d365eb62e4 add code from commit 8644 from codeplex sources 2012-05-29 11:06:41 -04:00