09.02.2013, 01:31
(
Последний раз редактировалось Chris White; 14.09.2015 в 20:46.
)
v0.4 update:
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:
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:
Changelog:
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>
- Added the Control and Windows Key modifiers
- Added a custom style to make the UI look better!
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}
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:
- Doesn't need scripting at all. (on the other hand, autohotkey does)
- You can use many keybinds as your keyboard can hold
- Has Shift and Alt modifiers (Ctrl was not embedded as it interferes with the Ctrl key (fire) in game, which prevents the keybinder to function properly
- Listview controls, to tell you which binds are registered successfilly, and which failed
- The ability to save your binds, so you can load them later
- It has an option, to let you auto-load the last created .pkb file (keybinding files)
- User-friendly interface
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!
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>