custom keyboard shortcuts (small update)

Post your ideas and suggestions here

Return to “To Do”

[You can only see part of this thread as you are not logged in to the forums]
einfachfelix
Sun Nov 29, 2015 11:49 am

x

custom keyboard shortcuts (small update)

Hey!

This will allow you to make every keyboard shortcut you wish for.
PLS read the tutorial! (TUTORIAL: http://lifehacker.com/316589/turn-any-a ... d-shortcut)
and how to get my script running if you want to use it.
I´ve seen a lot of people asking for custom keyboard shortcuts. so ... just to show IL how effective this is I created this little script:

Code: Select all

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

#IfWinActive ahk_class TFruityLoopsMainForm

;________________________________________basic commands_____________________________________________________________________________________.

q::p  									
w::b
r::c
p::r
f::s
5::F8


;________________________________________reset mixer track____________________________________________________________________________________.

o::  					                          

MouseGetPos, xpos ,ypos

Click right %xpos%, %ypos% 


Send {down}
Send {down}
Send {down}
Send {down}

Send {right}

Send {enter}
sleep 500
SendInput defaul

Send {down}

Send {enter}

return


;_____________________________________create automation for last tweaked parameter___________________________________________________________.

a::					 				

click 92,30

sleep 100
Send {down}
sleep 10
Send {right}
sleep 10
Send {right}
sleep 10
Send {down}
sleep 10
Send {down}
sleep 10
Send {down}
sleep 10
Send {down}
sleep 10
Send {down}
sleep 10
Send {down}
sleep 10
Send {down}
sleep 10

Send {enter}

return

;__________________________________________________________________________________________________________________________________________.

sadly I cant upload the script for downlaod

In this script I put all frequently used tools on keys next to each other so I can reach them easily with one hand without moving a lot.
_______________________________________________________________________________________________________________
Q-Paint
W-Brush
R-Slice
F-Slip

I had to put the shortcut for recording on another key(I just put it to P since I dont really use it very often)

A- creates an automation clip for the parameter last tweaked. I do this by sending clicks to the area where the buttons for this funtion are.

IMPORTANT:

the position for the add and create automation clip button may vary from screen to screen. so if you want to use this do it like this:

1. open Active Window Info (comes with AutoHotkey)

2. look for your mouse coordinates to click on ADD and create automation clip.

3. now put these where the old variables are.

4. sucess!

you can also put the left right corner of any window where ADD is and take the window coordinates.
_______________________________________________________________________________________________________________

OPEN DEFAULT MIXER TRACK

Code: Select all

o::  					                          

MouseGetPos, xpos ,ypos

Click right %xpos%, %ypos% 


Send {down}

Send {down}

Send {down}

Send {down}

Send {right}

Send {enter}

sleep 500

SendInput defaul

Send {down}

Send {enter}

return
_______________________________________________________________________________________________________________
https://www.autohotkey.com/

you can edit it for all your needs. just download autohotkey and see in the manual for detailed information(It´s really easy).

TUTORIAL:
http://lifehacker.com/316589/turn-any-a ... d-shortcut

P.S. I posted this to ToDo because this thread comes up again from time to time (sry for bad english)
Last edited by einfachfelix on Sat Jul 08, 2017 10:00 am, edited 4 times in total.

Scoox
Mon Nov 30, 2015 4:48 am

x

Re: custom keyboard shortcuts (free download)

I already use AutoHotkey for a million things a...


av7
Mon Mar 14, 2016 4:43 pm

x

Re: custom keyboard shortcuts (free download)

einfachfelix wrote:This will allow you to make ...



Icenburg
Wed Mar 23, 2016 1:31 pm

x

Re: custom keyboard shortcuts (free download)

Scoox wrote:I already use AutoHotkey for a mill...

av7
Fri Mar 25, 2016 6:18 am

x

Re: custom keyboard shortcuts (free download)

einfachfelix wrote:av7 wrote:einfachfelix wrote...

av7
Sat Apr 02, 2016 10:56 pm

x

Re: custom keyboard shortcuts (free download)

[quote="einfachfelix"][/quote] Hi Einfachfelix...





av7
Mon Apr 04, 2016 2:42 am

x

Re: custom keyboard shortcuts (free download)

einfachfelix wrote:av7 wrote:einfachfelix wrote...



Scoox
Mon Apr 25, 2016 10:20 am

x

Re: custom keyboard shortcuts (small update)

If you use f::s, that also includes any "modifi...


Scoox
Mon Apr 25, 2016 10:54 am

x

Re: custom keyboard shortcuts (small update)

Oh, then that's an easy one. If you want your m...


Scoox
Mon Apr 25, 2016 2:13 pm

x

Re: custom keyboard shortcuts (small update)

Unfortunately attached windows are problematic ...


silkie86
Tue Apr 26, 2016 3:48 pm

x

Re: custom keyboard shortcuts (small update)

Thanks alot for the heads up on Autohotkey. I'v...

Scoox
Wed Apr 27, 2016 11:32 am

x

Re: custom keyboard shortcuts (small update)

Yeah autohotkey is crazy, you can even do midi ...

D3Mens
Wed Apr 27, 2016 2:59 pm

x

Re: custom keyboard shortcuts (small update)

Here's a small improvement to the create automa...

elguapo
Wed Sep 21, 2016 8:12 pm

x

Re: custom keyboard shortcuts (small update)

IL, when you see your users building entire cas...

D3Mens
Wed Sep 21, 2016 9:51 pm

x

Re: custom keyboard shortcuts (small update)

Ops, I forgot to update my post! Aaaand here it...

D3Mens
Tue Nov 29, 2016 4:30 pm

x

Re: custom keyboard shortcuts (small update)

Here's a very simple but useful script Press a...


D3Mens
Mon May 08, 2017 11:00 pm

x

Re: custom keyboard shortcuts (small update)

Nice catch! You remind me that I made some othe...

Spivkurl
Wed Jul 19, 2017 9:51 pm

x

Re: custom keyboard shortcuts (small update)

Is anyone using anything like Razer Naga 2012 M...

D3Mens
Wed Jul 19, 2017 10:37 pm

x

Re: custom keyboard shortcuts (small update)

I do have a 12 thumb button mouse too and yes i...

Spivkurl
Thu Jul 20, 2017 12:00 am

x

Re: custom keyboard shortcuts (small update)

Sounds like a plan! I will add them to the thre...

Spivkurl
Thu Jul 20, 2017 1:25 pm

x

Re: custom keyboard shortcuts (small update)

Alright, here is the script I'm currently using...

Scoox
Fri Oct 19, 2018 7:10 am

x

Re: custom keyboard shortcuts (small update)

@ Spivkurl Don't you find that many tiny button...

sirchris
Thu Jul 25, 2019 2:21 pm

x

Re: custom keyboard shortcuts (small update)

Is there an auto hotkey code that will get a pl...

Scoox
Fri Jul 26, 2019 8:40 am

x

Re: custom keyboard shortcuts (small update)

sirchris wrote:Is there an auto hotkey code tha...

sirchris
Fri Nov 08, 2019 1:09 pm

x

Re: custom keyboard shortcuts (small update)

I would like to just use the typing keyboard to...

walimaga
Thu Dec 10, 2020 1:14 am

x

Re: custom keyboard shortcuts (small update)

einfachfelix wrote: ↑Sun Nov 29, 2015 11:49 am ...



Return to “To Do”