On Thursday, 13 November 2014 at 23:54:13 UTC, Casey wrote:
D:\Documents\Other\Hotkeys\D>dmd Keybinds.d simpledisplay.d color.dKeybinds.d(11): Error: undefined identifier KEYEVENTF_UNICODE
That should have been on the last line of the file, maybe it just got cut off in the copying process.
you can add it back: enum KEYEVENTF_UNICODE = 0x4; to the bottom.