StackAndTile Forums
Active next slot and move mouse hotkey - Printable Version

+- StackAndTile Forums (https://www.stackandtile.com/forum)
+-- Forum: General (https://www.stackandtile.com/forum/forumdisplay.php?fid=1)
+--- Forum: Feature Requests (https://www.stackandtile.com/forum/forumdisplay.php?fid=3)
+--- Thread: Active next slot and move mouse hotkey (/showthread.php?tid=2392)



Active next slot and move mouse hotkey - P106 - 10-24-2021

Hey

Currently it's only possible with "Move mouse to next slot" and focus table under mouse turned on (but i dont want to use it this way). Otherwise with active next slot the mouse stays on previous table. Could you please add this? Thank you


RE: Active next slot and move mouse hotkey - P106 - 10-24-2021

Forgot to mention but it'd be nice for "Active previous slot and move mouse" too


RE: Active next slot and move mouse hotkey - SaT_Admin - 10-24-2021

Yes, follow the instructions here:
https://www.stackandtile.com/sat/help/extra-advanced-options

to add this line to your layout file:

Code:
[settings]
move_mouse_for_cycle_activation_hotkeys=1

Save the file, then close and reopen SAT, and add hotkeys to "Activate next/prev slot", and then with that line added, the mouse will also move


RE: Active next slot and move mouse hotkey - Draven1 - 05-01-2022

Hello!

I am looking to start using the hotkeys "Move mouse to next slot", and "Move mouse to previous slot" as well.

I was looking to adjust the coordinates for where the mouse goes to inside the slot when one of these hotkeys is pressed. Currently, the mouse goes to coordinates a bit towards the bottom right of the table, just a bit over the bet button and bet slider.

My tables overlap a bit too much for this (vertically), so if I use the "Move mouse to next slot," then another table will block my mouse from the intended table (I have activate table under my mouse turned on in settings).

Let me know if you could add coordinates to the layouts so we can customize this. I tried checking for the ability to adjust these in the settings, but I couldn't find them.

Thanks!


RE: Active next slot and move mouse hotkey - SaT_Admin - 05-01-2022

(05-01-2022, 06:06 AM)Draven1 Wrote: Hello!

I am looking to start using the hotkeys "Move mouse to next slot", and "Move mouse to previous slot" as well.

I was looking to adjust the coordinates for where the mouse goes to inside the slot when one of these hotkeys is pressed. Currently, the mouse goes to coordinates a bit towards the bottom right of the table, just a bit over the bet button and bet slider.

My tables overlap a bit too much for this (vertically), so if I use the "Move mouse to next slot," then another table will block my mouse from the intended table (I have activate table under my mouse turned on in settings).

Let me know if you could add coordinates to the layouts so we can customize this. I tried checking for the ability to adjust these in the settings, but I couldn't find them.

Thanks!

Yes its possible

See this page:
https://www.stackandtile.com/sat/help/extra-advanced-options

and scroll down and look for these settings to add to your layout file:

Code:
move_mouse_x_percentage=
move_mouse_y_percentage=



RE: Active next slot and move mouse hotkey - Draven1 - 05-01-2022

(05-01-2022, 08:04 AM)SaT_Admin Wrote:
(05-01-2022, 06:06 AM)Draven1 Wrote: Hello! 

I am looking to start using the hotkeys "Move mouse to next slot", and "Move mouse to previous slot" as well.

I was looking to adjust the coordinates for where the mouse goes to inside the slot when one of these hotkeys is pressed.  Currently, the mouse goes to coordinates a bit towards the bottom right of the table, just a bit over the bet button and bet slider.

My tables overlap a bit too much for this (vertically), so if I use the "Move mouse to next slot," then another table will block my mouse from the intended table (I have activate table under my mouse turned on in settings).

Let me know if you could add coordinates to the layouts so we can customize this.  I tried checking for the ability to adjust these in the settings, but I couldn't find them.

Thanks!

Yes its possible

See this page:
https://www.stackandtile.com/sat/help/extra-advanced-options

and scroll down and look for these settings to add to your layout file:

Code:
move_mouse_x_percentage=
move_mouse_y_percentage=

Great, thank you!