Basically want to make a macro script

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Nov 13 15:57:18 PST 2014


On Thursday, 13 November 2014 at 23:54:13 UTC, Casey wrote:
> D:\Documents\Other\Hotkeys\D>dmd Keybinds.d simpledisplay.d 
> color.d
> Keybinds.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.


More information about the Digitalmars-d-learn mailing list