Comfortable Swipe Versions Save

Comfortable 3-finger and 4-finger swipe gesture using Xdotool in native C++

v1.2.5

4 years ago

v1.2.4

4 years ago
  • Add group permissions go+x to install script

v1.2.3

4 years ago

v1.2.2

4 years ago

v1.2.1

4 years ago

v1.2.0

4 years ago

Changelog v1.2.0 (2020-04-20)

  • Simplified source files
  • Add config get|set|list|delete to command line
  • Add specific autostart toggles
  • Use clang-format and prettier for formatting
  • Add --bare and --attach flags to buffer
  • Remove restart and integrated single-instance to start
  • Provide separate comfortable-swipe-buffer program
  • Improve README

v1.1.0

4 years ago

Changelog v1.1.0 (2020-04-18)

  • Add mouse hold gestures
  • Add experimental hold3 configuration
  • Add experimental hold4 configuration
  • Add linker tests
  • Add driver.cpp
  • Add mouse_hold_gestures.cpp
  • Bugfix comfortable-swipe stop
  • Bugfix comfortable-swipe restart
  • Rename index.hpp to all_headers.hpp
  • Rename source directory lib to comfortable_swipe
  • Separate swipe_gesture.cpp from keyboard_swipe_gesture.cpp
  • Update compiler scripts
  • Update configurations
  • Update README
  • Bump to version 1.1.0

v1.0.4

5 years ago
  • Gesture also gets executed upon first encounter of GESTURE_SWIPE_UPDATE, instead of just at GESTURE_SWIPE_BEGIN to address quirk in Microsoft Surface Pro touchpad

v1.0.3

5 years ago
  • Fill-in missing URL renames to comfortable-swipe
  • Add semantic versioning macro
  • Include release badge in README
  • Improve install script

v1.0.2

5 years ago
  • Improve overall code style
  • Security fixes