Commit graph

27 commits

Author SHA1 Message Date
Gered 8055c0a670 Update README.md 2017-05-15 18:10:20 -04:00
Gered 892fd7df28 README modifications 2013-01-28 15:07:10 -05:00
Gered a9e06f2428 lets make this config window look a bit prettier and self-explanatory, shall we... 2013-01-28 14:58:18 -05:00
Gered 3d348f5eb4 minor text/formatting tweaks to config window 2013-01-28 14:22:35 -05:00
Gered 6bad645624 update config window with the new option 2013-01-28 14:16:51 -05:00
Gered bd64c54940 add new option to allow Eject key emulation of the Fn key
This allows Wired Keyboard users to press Eject + [function key] and have the same thing happen that what would happen when Fn + [function key] was pressed on a Wireless keyboard. Essentially making Eject the Fn key. However, when this option is enabled, you can no longer toggle FMode on/off using the Eject key (obviously).
2013-01-28 14:15:37 -05:00
Gered King 9bf6a135ee update bug fix list in README.md 2012-12-18 15:12:37 -05:00
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