Commit graph

6 commits

Author SHA1 Message Date
JoniVR
e63c81681f fix not detecting volume keys when non-monitor sound is default
- fixed an issue where the default volume controls would be intercepted (and thus not work) when an external display was connected and the output set to a device that allows volume control by default.
- refactor some of the code
2018-12-16 19:41:11 +01:00
JoniVR
c5aaff99bf update to Swift 4.2, update dependencies 2018-12-15 23:54:38 +01:00
JoniVR
ed0e7c6386 update dependencies 2018-12-15 21:36:20 +01:00
Markus Reiter
a784f19667 🔧 Fix function keys not working and retry more often when getting values. (#21)
* Update `ddcctl` submodule.

* Update dependencies.

* Enable displays by default.

* Retry more often to get values from display.

* Only print when debugging.

Fix #13
2018-03-26 21:49:07 +02:00
Guillaume Broder
e45fb6e705
🔧 Preferences WIP
- All prefs pane GUI are done #2
- Now to build the functions behind...

Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
2018-01-07 19:31:31 +01:00
Guillaume Broder
68afdda765
♻️ Refactoring
- Key handling is now done in the app, close #3
- All code linted with SwiftLint, close #4
- Better handling of built-in screen

Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
2018-01-06 16:26:03 +01:00