Keys that dont affect chat?
Posted: May 5th, 2005, 10:43 am
I'd like to "fix" our harvester for a start and perhaps other macros so that one can sit and chat whilst harvesting without getting messed up chat messages.
"wasd" keys = bad for spamming!
Arrow keys are used in chat as well, for scrolling to last chat messages. Someone mentioned modding harvester to drive by arrow but that's a really bad idea considering that once a chat window has the input focus, it eats all up and down arrows until you hit enter.... with a spammed letter you can kinda backspace out your command and hit enter to give control back to the script but with arrows you couldn't keep up.
Changing harvester to use /useability is a great idea too.. credit to TheWatcher.
F9-F12?
Basically I'm looking for a list of keys that have zero effect on chat...
Once we have that figgured, the next step will be to mod the harvester, and possibly the crafter scripts to play by those rules.
Modding the crafter to drive the ALT hot key bank instead would rock... no more having to pause crafting to chat.
It might be a bit of a pain to set up as it relys on non-default key set up. Still, it's much better than sending ...
/gu Naaaaaight bddddddud.
I'm suggesting that if we can get this sorted that it should be considered bad style to code usage of keys that affect chat.
So what keys are safe?
Function keys1-12
Home/End/Ins/Del/PgUp/PgDown
Many Ctrl / Alt keys... Can we send ctrl/alt modified keys directly without having a 4 liner for press alt, press key, release key, release alt?
RedMan
"wasd" keys = bad for spamming!
Arrow keys are used in chat as well, for scrolling to last chat messages. Someone mentioned modding harvester to drive by arrow but that's a really bad idea considering that once a chat window has the input focus, it eats all up and down arrows until you hit enter.... with a spammed letter you can kinda backspace out your command and hit enter to give control back to the script but with arrows you couldn't keep up.
Changing harvester to use /useability is a great idea too.. credit to TheWatcher.
F9-F12?
Basically I'm looking for a list of keys that have zero effect on chat...
Once we have that figgured, the next step will be to mod the harvester, and possibly the crafter scripts to play by those rules.
Modding the crafter to drive the ALT hot key bank instead would rock... no more having to pause crafting to chat.
It might be a bit of a pain to set up as it relys on non-default key set up. Still, it's much better than sending ...
/gu Naaaaaight bddddddud.
I'm suggesting that if we can get this sorted that it should be considered bad style to code usage of keys that affect chat.
So what keys are safe?
Function keys1-12
Home/End/Ins/Del/PgUp/PgDown
Many Ctrl / Alt keys... Can we send ctrl/alt modified keys directly without having a 4 liner for press alt, press key, release key, release alt?
RedMan