Clive Galway

Results 112 issues of Clive Galway

eg allow the "Profiles Toolbar" to be resized. [ReBar](https://github.com/Pulover/Class_Rebar) looks like a good candidate. ([Forum Link](https://autohotkey.com/boards/viewtopic.php?f=6&t=139))

enhancement

If more than one input control is bound to the same thing (eg both bound to stick 2, button 1), then only one will function. Stop users from making duplicate...

bug

Osjur reported: ![out of memory](https://cloud.githubusercontent.com/assets/9019921/12078148/0cbbd716-b210-11e5-80e5-0c531fd70877.png) Happened when reproing issues with things typed into combo boxes, so could be the result of crazy values being used with stickops.

bug
Need Repro

The existing ButtonToAxis plugin actually does 4 Buttons to 2 Axes. Rename ButtonToAxis to ButtonsToAxes

enhancement
Update Plugin

Allow pauses between keypresses. Maybe a new GuiControl, or enhance OutputButton? May well need art assets for this.

enhancement
New Plugin

Notice movement menu at bottom of screen and game is paused while choice is made https://www.youtube.com/watch?v=lSqme7wNybg

enhancement
New Plugin
OneSwitch

Allow a user to control an axis, or a button (with configurable threshold) with the volume of a microphone

enhancement
New Plugin
OneSwitch

Maybe need circle deadzone etc for XBOX controller users, as the throw of an xbox stick is circular, not square like a flightstick.

enhancement

When showing the UCR GUI, check if the coordinates would be visible, and if not, move on-screen. There may be a bug saving bad coordinates, or user's screen setup could...

bug

ie putting `msgbox % this.name` in the plugin and running should show the name of the plugin. could just set `this` to point to the class instance, but it that...

enhancement
help wanted