MMOMinion

Full Version: Shortucts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any way to make our own shortcuts for a button in our own modules?
Not sure what you mean by a shortcut?
(10-30-2013, 09:48 PM)ymko Wrote: [ -> ]Any way to make our own shortcuts for a button in our own modules?

(11-01-2013, 08:10 AM)Powder Wrote: [ -> ]Not sure what you mean by a shortcut?

Macros? Or making FFXIVMinion buttons launch external applications?
(11-01-2013, 08:51 AM)fxfire Wrote: [ -> ]I think that is not yet implementd, the ones in the menubar are hardcoded.

But if you want to make some sort of hotkey, you could combine the ...IsKeyPressed(virtualkeycode_of_your_key_here) with whatever you want to do in a lua module. Check the mesher.lua on the bottom, it uses this function twice for meshing.
Thank you :)


p.s by shortcut i meant hotkeys :)
There was a module for it... Keyboard Helper or something like this.

EDIT: Sorry, it was for GW2. Not sure if it will work with FF Minion.
(11-02-2013, 08:33 AM)fxfire Wrote: [ -> ]like i said, minion has this functionalitly build in with the iskeypressed()
It uses tho MeshManager:IsKeyPressed()
Will it work without it?

Nvm realise MeshManager doesn't need any dependencies, works like a charm thanks fxfire!