f.lux

    f.lux forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Keyboard Shortcut Changes and Parameter For Toggling Movie and Dark Mode

    Windows v3
    8
    13
    17289
    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.
    • B
      b0dhimind last edited by

      Is there a way to send commands to f.lux to increase/decrease brightness? I don't like the keyboard shortcuts given because they interfere with OneNote.

      Also what about parameters for the other commands like Movie Mode?

      1 Reply Last reply Reply Quote 0
      • herf
        herf last edited by

        Picking hotkeys in Windows is extremely hard! Because everything is taken.

        If you have any to suggest, please post here and we'll try to incorporate them.

        1 Reply Last reply Reply Quote 0
        • Tungsten_smooth
          Tungsten_smooth last edited by Tungsten_smooth

          Yep, Ctrl shift D for darkroom. Ctrl shift M for movie.
          Don't do the M. In firefox it does something really odd.

          1 Reply Last reply Reply Quote 0
          • TwoCables
            TwoCables last edited by TwoCables

            Ctrl+Shift+M in Firefox merges your Firefox windows, if you have more than one open.

            I recommend looking up every single keyboard shortcut before recommending them.

            https://classic.startpage.com/do/search?hmb=1&cat=web&cmd=process_search&language=english&engine0=v1all&query=ctrl%2Bshift%2Bd&abp=1

            1 Reply Last reply Reply Quote 0
            • herf
              herf last edited by

              Also https://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts is a start.
              Ctrl-Shift+X tend to be taken by various apps, but Google it first to see.

              We got away with Alt+{special key} because it's mostly used for menus, which are mostly Alt+alphanumeric.

              1 Reply Last reply Reply Quote 0
              • herf
                herf last edited by

                Ctrl-Shift-D makes Chrome do "bookmark all tabs".

                1 Reply Last reply Reply Quote 0
                • J
                  jvspearman last edited by jvspearman

                  Hi. I am not sure if this is feasible, but what about using a really rediculous all-modifier approach? I use an app called Karabiner to reset my caps lock key to 'command-shift-control-option' and then use Better Touch Tool to do all manner of macros associated with it. For example capslock-p sends spacebar to Spotify (toggles play). I have not been able to get it to send any commands to f.lux, however, because I have no pathway to map. In other words, if f.lux allowed you to press any key combination while the app is open, I could send it via this combo. I am not a programmer so I really don't know the limitations, but I would really like to be able to toggle darkroom with the keyboard. Can you map APP SPECIFIC command-D to this and let me use Better Touch Tool to get the command to you?
                  Thanks for the app BTW. It is awesome.

                  1 Reply Last reply Reply Quote 0
                  • J
                    jvspearman last edited by

                    FYI - I was able to use automator and better touch tool to get this to work.

                    1 Reply Last reply Reply Quote 1
                    • J
                      jvspearman last edited by

                      Actually this worked until I restarted. The Automator selected the wrong context menu because the order had changed. Please make an in app hotkey that I can map with BTT!
                      Thanks for all you do.

                      1 Reply Last reply Reply Quote 0
                      • H
                        happyfluxuser last edited by

                        Is there any way to simply turn off f.lux's keyboard shortcuts?

                        I need to use ALT + PAGE UP or ALT + PAGE DOWN so frequently that I basically can't use f.lux while I have my other program, TeXmaker, open.

                        1 Reply Last reply Reply Quote 0
                        • lorna
                          lorna last edited by

                          @happyfluxuser there's a checkbox to turn them off in the extras menu.

                          @lorna

                          1 Reply Last reply Reply Quote 0
                          • B
                            b0dhimind last edited by

                            I think if we could just have parameters (e.g. flux.exe -d 1 to reduce brightness one level) then power users can just customize that via shortcuts, AHK, or their choice of hotkey app.
                            The other best option would be to allow user to specify the hotkey to do the particular action... which I think would take a while to code on your end..

                            1 Reply Last reply Reply Quote 0
                            • SteveMylo
                              SteveMylo last edited by

                              Here is a way if you have Autohotkey to scroll the mousewheel up/down at the very top of your screen only to adjust brightness.

                              #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