Advertisement
KristoferV

The **** CHROME F1 & **** LENOVO RETRO VOLUME!

Jul 13th, 2017
646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Get AHK and make a script, with one line:
  2.  
  3. f1::f13 ;Need Help? kristofer.vesi@gmail.com
  4.  
  5. it will remap f1 to f13. (fixes the chrome help)
  6.  
  7. Fix your laptop thing, copy these lines:
  8.  
  9. f1::
  10. Send {Volume_Mute}
  11. Return
  12. f2::
  13. Send {Volume_Down}
  14. Return
  15. f3::
  16. Send {Volume_Up}
  17. Return ;Need Help? kristofer.vesi@gmail.com
  18.  
  19.  
  20. PS! You can edit the keys of f1,2,3 or so on, also you can replace the Send lines with:
  21. - SoundSet +10
  22. Adds 10% to vol, can be +1/-1 or so on
  23. - SoundSet, 50
  24. Notice the comma! sets volume to 50% or so on.
  25. There can also be some with moving the volume of mic or muting it.
  26. I currently use these to remap my keys:
  27.  
  28. *f1::f13 ;empty
  29. *f3::f14 ;empty
  30. *f4::!f4 ;f4 is altf4
  31. !f4::msgbox, Not Closing Mine! ;fucktrolls
  32. *f6::f15 ;empty
  33. ˇ::^
  34.  
  35. The function keys I don't find useful, so I remap them and the last line is because I use Estonian keyboard layout, so i could type ^^...
  36.  
  37. If you are intrested, I also have remaps for dota (note, I have macro keys too, Needed to use numpad :/)
  38.  
  39. #IfWinActive Dota 2
  40. *LShift::Numpad1
  41. *Ctrl::Numpad2
  42. *LWin::Numpad3
  43. *Capslock::Numpad5
  44. *RShift::Capslock
  45.  
  46. Note I was boring, so if you watch a yt vid with Dota 2 at the beginning of title, it will be active too...
  47. The * is used, because then it works when you press Alt Win, including all key combinations...
  48.  
  49. Let me know what you want or need: (NSFW or other no code related stuff not included.)
  50. kristofer.vesi@gmail.com
  51.  
  52. If you see this, I am probably on twitch at 2:30am.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement