$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Swap Mouse Buttons on Debian Gnu/Linux Distro

GNU/Linux Debian Change Button Mapping Guide

Hi! This tutorial will guide you step-by-step on How to Remap Mouse Buttons on Command Line in Debian GNU/Linux Desktops.

And to Switch Mouse Buttons in Debian we make use of the xinput Utility.

Again xinput is able to list available input Devices, query information about a Device and change input Device settings.

Finally, this Setup is valid for all the Debian-based Distros like:

  • Kali
  • MX Linux
  • Deepin
  • Parrot
  • antiX
  • SparkyLinux
  • Q4OS
  • Netrunner
  • Voyager
  • MakuluLinux
  • Elive
  • LMDE
  • Parsix
  • (You may just need to Discover what’s the Parent Release)
Featured

GNU/Linux Debian Swap Mouse Buttons Guide