SA-MP Forums Archive
[Tool/Web/Other] Phoenix Keybinder v0.4 (updated) | All keyboard keys | Key modifiers | Application Deployment | Custom Style - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] Phoenix Keybinder v0.4 (updated) | All keyboard keys | Key modifiers | Application Deployment | Custom Style (/showthread.php?tid=414336)



Phoenix Keybinder v0.4 (updated) | All keyboard keys | Key modifiers | Application Deployment | Custom Style - Chris White - 09.02.2013

v0.4 update:
Don't delete the accompanied .dll file, since it's essential for the program to work!

v0.3.1 update:

On users' request, added the feature of sleeping between texts. The expression would be like {sleep interval}
where 'interval' would be in milliseconds, putting in mind that 1 second = 1000 milliseconds, so naturally half a second would be 500 milliseconds, and 2 seconds would be 2000 ms ...etc.
This can be useful if you want to use it with dialogs, since they might take some time to load!
example:
Код:
t/opendialog{enter}{sleep 750}{down}{down}{enter}
Please notice that there must be a space between "sleep" and the interval.

What is a Keybinder?

A keybinder is a program, which is mostly used by roleplayers. It makes their lives easier by helping them to easily and quickly type commands to SA-MP client.
Keybinders can also be used outside SA-MP. Say you want to copy multiple texts, so what to do? use a keybinder!

Why Phoenix Keybinder?

Simply, Phoenix Keybinder has all the advantages of the other keybinders, which are as follows: Screenshot:

Changelog:
Код:
Phoenix Keybinder v0.4 Copyright © Chris White 2013
----------------------------------------------------------
v0.1:
-First Release. Simple interface, nothing more.

v0.1.1:
-Fixed some minor bugs, and added 2 listview controls, to make the GUI more user-friendly.

v0.2:
-Added saving 'Shift' and 'Alt' modifiers.
-Added two other options: Select Auto-Load File and Remove from config. For more info, refer to the documentation or thread on SA-MP forum.
-Optimized the code a little bit. It had repetitions, so I put it in a short form, and saved memory.
-Changed the format of the saved .pkb files, so old ones won't work out with you. Make new files instead!

v0.3:
-Added the option of deploying applications, that have fixed hotkeys but small in size and easy to use!
This can be useful for people who find the GUI complicated (although it's not!).

v0.3.1:
-Added the feature of sleeping through strings. use {sleep interval} expression, where "interval" is in milliseconds, putting in mind that 1 second = 1000 milliseconds

v0.4:
-Added 'Ctrl' and 'Win' (Windows Key) modifiers, and fixed a very small bug!
-Added a custom skin, so it now looks better!
Credits:

Made by: Chris White (me, obviously)
Tested by: Jay Glenson (NL-Sultan)

Have a question? Wanna report a bug?

Just post your question or bug here.

Download:

<downloads removed - missing source code>


Respuesta: Phoenix Keybinder v0.3 | All keyboard keys | Key modifiers | Application Deployment - The-Krew - 09.02.2013

awesome, +rep
well done


Re: Respuesta: Phoenix Keybinder v0.3 | All keyboard keys | Key modifiers | Application Deployment - Chris White - 09.02.2013

Quote:
Originally Posted by The-Krew
Посмотреть сообщение
awesome, +rep
well done
Thanks. Hope to keep upgrading it as far as I can!


Re: Phoenix Keybinder v0.3 | All keyboard keys | Key modifiers | Application Deployment - T0pAz - 09.02.2013

Useful.


Re: Phoenix Keybinder v0.3 | All keyboard keys | Key modifiers | Application Deployment - [GF]Logic - 09.02.2013

Well it's cool to see you back to edit this program even so the very old version was such a god dam annoying version but this one seems so cool thanks man.

+Rep


Re: Phoenix Keybinder v0.3 | All keyboard keys | Key modifiers | Application Deployment - Chris White - 09.02.2013

Quote:
Originally Posted by T0pAz
Посмотреть сообщение
Useful.
Quote:
Originally Posted by Vedo_
Посмотреть сообщение
Well it's cool to see you back to edit this program even so the very old version was such a god dam annoying version but this one seems so cool thanks man.

+Rep
Much appreciated guys!


Re: Phoenix Keybinder v0.3 | All keyboard keys | Key modifiers | Application Deployment - Sky™ - 10.02.2013

very good


Re: Phoenix Keybinder v0.3 | All keyboard keys | Key modifiers | Application Deployment - NL-Sultan - 10.02.2013

Great keybinder, when I come back on samp roleplay I'll use it for sure. You should keep working on it and keep upgrading it, it would be awesome with a nice interface. I remember that I tested your keybinder back in the days with the older versions. Good job!

Sultan.


Re: Phoenix Keybinder v0.3 | All keyboard keys | Key modifiers | Application Deployment - Rapgangsta - 10.02.2013

Is there something like {keydown} {keyup} {keyleft} {keyright}

Example

t/opendialog{enter}{keydown}{keydown}{enter}

in this case the bind will open the dialog, and select the third column


Re: Phoenix Keybinder v0.3 | All keyboard keys | Key modifiers | Application Deployment - Chris White - 10.02.2013

Quote:
Originally Posted by Rapgangsta
Посмотреть сообщение
Is there something like {keydown} {keyup} {keyleft} {keyright}

Example

t/opendialog{enter}{keydown}{keydown}{enter}

in this case the bind will open the dialog, and select the third column
Actually yes, you can, using {up}, {down}, {left} and {right} but it depends on how fast the dialog loads, cuz the program can send keys but the dialog didn't load yet.

For more info visit http://msdn.microsoft.com/en-us/libr...keys.send.aspx