iamtheky Posted February 9, 2012 Posted February 9, 2012 (edited) beginning, I have a simple script that everytime you press 0 it replaces it with a space. And two questions moving forward with this.1) Is there a way to FileWrite {ASC 8192}, it seems that route would make this a lot cleaner as it expands.2) If not, is there a more effective way to use _ispressed so that the {BS} is not needed? got that with hotkeyset#Include <Misc.au3> while 1 If _IsPressed(30) Then send ("{BS}") send ("{ASC 8192}") Endif wend Edited February 9, 2012 by boththose ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now