Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pyroh/Fluor
A handy tool for macOS allowing you to switch Fn keys' mode based on active application.
https://github.com/Pyroh/Fluor
Last synced: about 1 month ago
JSON representation
A handy tool for macOS allowing you to switch Fn keys' mode based on active application.
- Host: GitHub
- URL: https://github.com/Pyroh/Fluor
- Owner: Pyroh
- License: mit
- Created: 2016-09-02T13:52:42.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T22:05:39.000Z (6 months ago)
- Last Synced: 2024-10-22T22:37:06.261Z (about 2 months ago)
- Language: Swift
- Homepage: https://fluorapp.net
- Size: 11.8 MB
- Stars: 1,920
- Watchers: 32
- Forks: 117
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - Fluor - Handy tool for macOS allowing you to switch Fn keys' mode based on active application. ![swift_icon] (Applications / Keyboard)
- awesome-macos-applications - Website - Configure applications to use function keys instead of macOS special keys. (Applications / System Utilities)
- open-source-mac-os-apps - Fluor - Handy tool for macOS allowing you to switch Fn keys' mode based on active application. ![swift_icon] (Applications / Keyboard)
- awesome-swift-macos-apps - Fluor - Handy tool for macOS allowing you to switch Fn keys' mode based on active application. (Keyboard / Text)
- awesome-swift-macos-apps - Fluor - Handy tool for macOS allowing you to switch Fn keys' mode based on active application. (Keyboard / Text)
README
# This README is out-of-date
[![Swift](https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat)](https://developer.apple.com/swift/)
![version](https://img.shields.io/badge/macOS-10.11+-green.svg?style=flat)
[![License](https://img.shields.io/badge/license-MIT-71787A.svg)](https://tldrlegal.com/license/mit-license)![](https://github.com/Pyroh/Fluor/blob/master/ressources/banner.png?raw=true)
> Want to know how **Fluor** development is going ? [**Follow me on Twitter**](https://twitter.com/__pyroh).
# What is Fluor ?
**Fluor** is a tool that allows you to automatically change the behavior of the keyboard's fn keys depending on the active application. It's that simple.# Instaling Fluor
There's two main ways to install **Fluor**:1. Download the [latest release](https://github.com/Pyroh/Fluor/releases), open the DMG and drag the application to your `/Applications` folder.
2. Install via [Homebrew Cask](https://caskroom.github.io):
`$ brew cask install fluor`You can also build it from source, but this is not recommended if your are only going to use **Fluor** in the regular way, and not hack it.
# How does it work?
**Fluor** lies in your status bar and makes you see instantaneously which mode your keyboard is on:
- means that the keyboard's fn keys act like the default Apple function keys.
- means that the keyboard's fn keys act like these good old function keys (F1, F2, F3, you got it...).## Fluor's menu
This is what you get when you click on **Fluor** in the status bar:You can choose the default mode. Whenever **Fluor** runs it will activate the default mode for your keyboard's fn keys.
**Fluor** also displays the active application and its associated rule that you can change on the go.
is the default rule and means that the application will adopt default Fluor's keyboard behaviour.You can also disable **Fluor** if you need to. It will set the keyboard's behaviour as it was prior to the application's launch.
## Rules Editor
This panel allows you to see all the rules you set at once. You can modify or delete any rule. Adding a rule will prompt a file selector in which you'll be able to select the application you want to set a rule for.
## Running Applications
Sometimes it is not possible to select an application in the *Rules Editor*, especially for Steam games. This panel lets you set a rule for any running application. Of course the rules you set in this panel will be available directly in the *Rules Editor*. You can also remove a rule by setting the application behaviour to , it will also disappear from the *Rules Editor* panel.
# Why is it open source ?
I made **Fluor** because I needed such an application. I wanted it simple, nicely designed and free and I didn't find such a thing on the internet. Once it was done I used it for a little while, cleaned up the code and decided to give it to others for free. What was a requirement for me can well be a requirement for others too.
You'd argue that such a non-sandboxed app had no chance to hit the AppStore and you'd be right. But if I had the chance it would have remained free and open-source. I don't think there's many people needing such an app and I prefer seeing it used by a wider range of people.This app is also built using open-source code, that's why I think it belongs to this world. And if someone learns something looking at the code I'll be happy 😃.
# Contributing
All contributions are welcome. Fork it, hack it and make a pull request.# License
**Fluor** is released under the MIT license. See LICENSE for details.Some of [**fntoggle**](https://github.com/nelsonjchen/fntoggle)'s code was used. As its author [wrote](https://github.com/nelsonjchen/fntoggle#license) it could be released under the GPL2 license.
The code also uses [**LaunchAtLoginController**](https://github.com/Mozketo/LaunchAtLoginController) which is Copyright (c) 2010 Ben Clark-Robinson, [email protected] and is released under the MIT LICENSE.