Request to add backspace virtual key to future release

Discuss, ask for help, share ideas, give suggestions, read tutorials, and tell us about bugs you have found with MicroMacro in here.

Do not post RoM-Bot stuff here. There is a subforum for that.
Forum rules
This is a sub-forum for things specific to MicroMacro.

This is not the place to ask questions about the RoM bot, which uses MicroMacro. There is a difference.
Post Reply
Message
Author
Sgraffite
Posts: 38
Joined: Wed Jul 09, 2008 12:03 pm

Request to add backspace virtual key to future release

#1 Post 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?
User avatar
3cmSailorfuku
Posts: 354
Joined: Mon Jan 21, 2008 6:25 pm

Re: Request to add backspace virtual key to future release

#2 Post 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;
User avatar
Administrator
Site Admin
Posts: 5342
Joined: Sat Jan 05, 2008 4:21 pm

Re: Request to add backspace virtual key to future release

#3 Post by Administrator »

Thank you both for the information. This will be put into version 1.0.
Sgraffite
Posts: 38
Joined: Wed Jul 09, 2008 12:03 pm

Re: Request to add backspace virtual key to future release

#4 Post by Sgraffite »

Thanks guys :)
zer0
Posts: 213
Joined: Sat Feb 16, 2008 11:55 pm

Re: Request to add backspace virtual key to future release

#5 Post by zer0 »

Why not just make it VK_BACK? Or both if necessary. ;)

http://delphi.about.com/od/objectpascalide/l/blvkc.htm
Sgraffite
Posts: 38
Joined: Wed Jul 09, 2008 12:03 pm

Re: Request to add backspace virtual key to future release

#6 Post by Sgraffite »

Can you also add:

VK_PERIOD = 190;

In a future release?
Post Reply