Yes its possible.
However first, I want to make sure its even working correctly now. According to the help page:
http://www.stackandtile.com/sat/help/hotkeys
This hotkey should work on those two sites, so that's a good start.
Now, on iPoker, it should be defaulting to using 1bb increments, because on iPoker, SaT simply clicks the +/- buttons on the table. But on WinningPoker, it should be defaulting to 0.5bb increments already, because WinningPoker does not have +/- buttons on its table, and so SaT does the math on that site. And when SaT does the math, it defaults to the "SB" value (which is almost always 0.5bb).
Both of those can be changed with some tweaks to your layout config file. See here:
http://www.stackandtile.com/sat/help/ext...ed-options
As mentioned on that page, 0.5bb aka "sb" is the default value for the
increase_bet_increment and
decrease_bet_increment settings, so nothing needs to be changed. WinningPoker should already be doing that. For iPoker, we just need to instruct SaT to NOT click on the +/- buttons on the table, and instead do the math. So we'll just need to add this line to file:
Code:
[settings]
click_button_for_increase_decrease_bet=0
...