50ButtonsEach / hax-with-flic-osx

Basic Flic application for Mac.
105 stars 13 forks source link

NOTE

This app only supports the first generation Flic buttons and is no longer in development. Instead we suggest using the newer Flic Mac App. Alternatively, Flic 2 buttons can simulate a keyboard and be connected as a generic Bluetooth keyboard. See Flic Universal for more info.

hax-with-flic-osx

This is a basic app for Mac that integrates with Flic 1 buttons.

The application allows you to execute your own scripts on Flic button presses. This requires OSX 10.10 or above operating systems running on a machine that supports Bluetooth Low Energy. It is unclear exactly which machines that have Bluetooth Low Energy support, but Apple supposedly started the transition around 2012. Running the following in a terminal will output the Bluetooth LMP Version:

system_profiler -detailLevel full SPBluetoothDataType | grep "LMP Version"

Version 0x6 was the first one that supported Low Energy, but we cannot guarantee that this will be correct for all computers. Using a Bluetooth Low Energy compatible USB dongle should also work if it is just configured correctly.

Important notice

Since this application will blindly execute the scripts that you tell it to execute, it is very important that you make sure that you know what these scripts do. You need to verify, or have verified by someone who you trust, that the code being executed is not malicious in any way. We will not take responsibility for any harm that you may cause to your machine.

How it works

This application will allow you to connect multiple Flic buttons to your Mac computer and then select which scripts that you wish to execute on click, double click, hold, up and down.

Supported script files

The following files are supported:

Some examples of supported files:

This can of course vary a bit depending on how your Mac is configured.

Installation

  1. Download the repository by pressing the "Download ZIP" button.
  2. Mount the dmg file and drag and drop the HaxWithFlic.app to your applications folder.
  3. When launching the application from the applications folder the first time it will ask you if you want to open a file that was downloaded from the internet. Press open.
  4. Press on the flic icon in the menu bar and start using the application. For example, press scan if you want to add a new Flic.

Configuration

  1. Press “Configure scripts..”.
  2. Add search paths to the scripts you want to launch.

Please note that some actions (like window resizing) requires that you add “HackWithFlic” to the accessibility list under the privacy settings of your mac. You can turn off the audio notifications by unchecking the "Play audio" option. If you are using the button for tasks that require very low latency then you can lower the latency by checking the "Low latency mode" option, but remember that this will decrease the battery life of your Flic significantly. The low latency mode reduces the latency down to 45ms from the normal 280ms. Notice, however, that these are worst case times and that the expected time is about half of that. The button down event always arrives before any other event, so it can be used for time critical applications.

Scripts

We have added a few pre-made scripts that you can find in this repository. All of them are very small and should be self explanatory. If you have any cool scripts of your own that you believe could be useful to other people, then feel free to submit a pull request on this repository.

Scripts

Clipboard-Tools

Desktop-Tools

Finder-Tools

General

Google-Chrome

Hue

Keynote

Spotify

Sonos

Notice: All Sonos scripts requires that you find the IP address of your Sonos and then change the script accordingly.

VLC