SensibleSideButtons

Posted on  by 



Sensoray sound cards & media devices driver download for windows. January 14, 2020

I made an open-source macOS utility called SensibleSideButtons that turns the side buttons on any generic mouse into universal navigation buttons. The application runs in your menu bar so you don't have to install any extra drivers. Will SensibleSideButtons work when the logitech control panel is installed? I installed it but doesn't make any difference for the side buttons of my M560. – m000 Feb 7 '18 at 15:16 Not sure, sorry — the only requirement is that the mouse emit standard M4 and M5 commands. Open the downloaded.dmg. You should see two files in a new window: SensibleSideButtons.app and a shortcut to the Applications directory. Just drag the.app into the Applications directory and then run it. A small icon will appear in your menu bar and your side buttons should start working.

Here’s a bunch of links to software or configuration steps I do whenever I start developing on a new machine. I’ve got sections for Windows or Linux specific links and a section common to both.

This post is mostly a reference for me so I don’t have to hunt down all these links again but probably useful for someone else as well. Onspec driver download.

Common setup

  • VSCode: https://code.visualstudio.com/
    • Extensions
      • Prettier
      • Markdown All in One
      • markdownlint

Windows setup

  • Install chocolatey: https://chocolatey.org/install
    • Use to install git and keepass-plugin-http
  • Git Credential Manager for Windows: https://github.com/microsoft/Git-Credential-Manager-for-Windows
  • KDiff3
    • Download: http://kdiff3.sourceforge.net/
    • Configure in git: https://stackoverflow.com/questions/33308482/git-how-configure-kdiff3-as-merge-tool-and-diff-tool
    • Alternative I’ve been exploring that also support Windows/Mac/Linux: https://sourcegear.com/diffmerge/
  • Configure notepad as commit editor

Sensible Side Buttons

Linux setup

Sensiblesidebuttons Macos

  • Install via apt
    • kdiff3
  • Oh My Zsh
    • sh -c '$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)'
    • Powerlevel 10k theme: https://github.com/romkatv/powerlevel10k
    • Zsh plugin to configure node version manager: https://github.com/lukechilds/zsh-nvm
  • Git autocomplete (in zsh): https://medium.com/@oliverspryn/adding-git-completion-to-zsh-60f3b0e7ffbc
  • Keychain to cache sshkey password
    • eval `keychain --eval --agents ssh id_rsa` in ~/.zshrc
SensibleSideButtons

Sensiblesidebuttons Review

SensibleSideButtons

Mac setup

Sensible Side Buttons Archagon

  • Install
    • Scroll Reverser
    • Clocker (to view UTC time from bar at top of MacOS)
    • Alfred
    • SensibleSideButtons
    • Spectacle
    • Fantastical 2 (to put my gcal in the bar the calendar that slides out from the side)




Coments are closed