Jump to content

majorstr20

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by majorstr20

  1. nope. completely different.
  2. im not trying to automate anything actually, just want to rebind keys because certain applications dont have a key rebind feature.
  3. i want to do the opposite. i want the mouse to activate arrow keys.
  4. i want to bind MiddleMouse+Mouse Ydirection down to downarrow, and things like that.
  5. nothing because the autoit help file doesn't give anything other than keyboard commands in the special context help file :/ I literally couldn't find anything related to the mouse for hotkeyset. i was guessing it doesn't work thats why i asked here.
  6. whats the context for hotkeyset for mouse x axis +/-, and y axis +/-? also middle mouse?
  7. I don't know if this is possible or what syntax to use. I want to basically map (Middle Mouse button + Mouse going down on Y axis) to Down Arrow. I'm trying to remap middle mouse + all 4 mouse directions to the 4 arrow keys.
  8. I don't know if this is possible or what syntax to use. I want to basically map (Middle Mouse button + Mouse going down on Y axis) to Down Arrow. I've been playing a MOBA and they are in beta and don't have rebinding keys enabled so I figured I could use autoit to do it myself. I'm trying to remap middle mouse + all 4 mouse directions to the 4 arrow keys.
  9. The scite console outputs this: >"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:\Users\eg\Desktop\script.au3" /UserParams +>19:11:13 Starting AutoIt3Wrapper v.2.1.0.8 Environment(Language:0409 Keyboard:00000409 OS:WIN_7/Service Pack 1 CPU:X64 OS:X64) >Running AU3Check (1.54.22.0) from:C:\Program Files (x86)\AutoIt3 +>19:11:13 AU3Check ended.rc:0 >Running:(3.3.8.0):C:\Program Files (x86)\AutoIt3\autoit3.exe "C:\Users\eg\Desktop\script.au3" This whole block of text it writes everytime I run a script annoys me. Is there a way to disable it from saying all this?
  10. Let's say I have multiple copies of notepad.exe up. There are 2 notepad files up, the titles are: notepad1.txt and notepad2.txt. I only want to perform autoit functions to notepad1.txt.
  11. I have a basic script that can basically run in any window. How do I tell the autoit script which window to run the script for?
×
×
  • Create New...