Page 1 of 1

Request to add backspace virtual key to future release

Posted: Thu Jan 08, 2009 7:03 pm
by Sgraffite
I looked in lib/mods/keyboard/en_us.lua for the backspace virtual key but could not find it, so if it's not there could you please add it to a future micromacro release?

Re: Request to add backspace virtual key to future release

Posted: Thu Jan 08, 2009 10:08 pm
by 3cmSailorfuku
Sgraffite wrote:I looked in lib/mods/keyboard/en_us.lua for the backspace virtual key but could not find it, so if it's not there could you please add it to a future micromacro release?
You can add it yourself till the next release;
VK_BACKSPACE = 8;

Re: Request to add backspace virtual key to future release

Posted: Thu Jan 08, 2009 11:25 pm
by Administrator
Thank you both for the information. This will be put into version 1.0.

Re: Request to add backspace virtual key to future release

Posted: Sat Jan 10, 2009 2:35 pm
by Sgraffite
Thanks guys :)

Re: Request to add backspace virtual key to future release

Posted: Sun Jan 11, 2009 2:08 am
by zer0
Why not just make it VK_BACK? Or both if necessary. ;)

http://delphi.about.com/od/objectpascalide/l/blvkc.htm

Re: Request to add backspace virtual key to future release

Posted: Thu Jan 22, 2009 10:53 am
by Sgraffite
Can you also add:

VK_PERIOD = 190;

In a future release?