Jump to content

mapping shortcut to key

Go to solution Solved by badreg,

See here:

https://www.autohotkey.com/boards/viewtopic.php?t=48275

 

Basically, you redirect the F22 (or Ctrl-Shift-F22) to send a right-click.

 

Print screen redirect:

https://autohotkey.com/board/topic/95968-how-to-make-printscreen-key-controlf8/

I have a record button on my laptop (screen recording start/stop).

I dont use that feature. so I wanted to re-map it to a right click which i really miss from my old laptop. 

i used an AHK script to find out that when i press the record button, it does the following keystrokes in this order:

  1. F22
  2. Ctrl + Shift + F22
  3. Alt + Lwin + r

is it possible to map this to the right click button?

 

 

EDIT: I dont use the prtsc (print screen) button either. can that be remapped?

Link to comment
https://linustechtips.com/topic/1094392-mapping-shortcut-to-key/
Share on other sites

Link to post
Share on other sites

See here:

https://www.autohotkey.com/boards/viewtopic.php?t=48275

 

Basically, you redirect the F22 (or Ctrl-Shift-F22) to send a right-click.

 

Print screen redirect:

https://autohotkey.com/board/topic/95968-how-to-make-printscreen-key-controlf8/

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×