f.lux f.lux forum
    • Recent
    • Popular
    • Register
    • Login

    Changing hotkeys

    Windows v4
    2
    2
    355
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      clarkdang12
      last edited by

      Hello

      I want to change the hotkeys used to control f.lux. Please tell me how to do it

      Thanks

      SteveMyloS 1 Reply Last reply Reply Quote 0
      • SteveMyloS
        SteveMylo @clarkdang12
        last edited by

        @clarkdang12

        Install Autohotkey and use this code and run the script.

        Scroll the mouse wheel up/down at the very top of your screen only to adjust brightness.
        If you don't know how to use Autohotkey then msg me and I'll send you the .exe file

        #NoEnv
        SetWorkingDir %A_ScriptDir%
        CoordMode, Mouse, Screen
        #SingleInstance, Force
        
        #If MouseIsOvertop()
        
        $~WheelDown::
        send, !{PGDN}
        return
        
        $~WheelUp::
        send, !{PGUP}
        return
        #If
        
        MouseIsOvertop()
        {  MouseGetPos,,y
           Return y < A_ScreenHeight - 1070
        }
        
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright © 2014 NodeBB Forums | Contributors