Changing key for screenshot (1 Viewer)

Maineim

Content Creator
Joined
Nov 27, 2011
I have a minor issue with sdt: I can't use the function of 2x Screenshot, and I have 2 keys to shuffle characters, but noone to take screenshot.

Is possible to change this with the loader?

Thanks in advance.
 

ModGuy

Content Creator
Joined
Feb 17, 2011
From Setup Guide.txt:

Code:
In order to use the hotkeys/shortcuts in the loader you have to set them up.
The setup procedure is fairly straightforward:

Load Keys.swf
Press the desired key you wish to bind each displayed action to.
Save the Shortcuts.txt file at the end to the same folder as Loader.swf

After doing this, each bound key will activate it's allocated function.

You also have the ability to remap the built in shortcut keys for SDT.
Example:

Auto mode is toggled by "A" - this has an ASCII value of 65.
You can grab the ASCII values for keys using showKey.swf
If we wanted to make a different key, say "/" toggle auto we would this to Settings.txt
The following format is used:

$Input_Key=Output_Key

So to make "/" toggle auto mode "A" we would add the following line to Settings.txt:
$191=65

You'll find that two keys will now toggle auto mode.
In order to disable a key, just use -1 as output key, for example:

$65=-1

Would prevent auto mode from being toggled when "A" is pressed.

So if you wanted "A" to take a screenshot, you would do the following:

Load showKey.swf
Press "A", you should get 65.
Add the corresponding line to Settings.txt

Code:
$65=191

This rebinds "A" to the screenshot key.
If you want to use a different key, generate the code in showKey.swf
 

Users who are viewing this thread

Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.