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

How to Swap Mouse Buttons on Fedora Gnu/Linux Distro

GNU/Linux Fedora Change Button Mapping Guide

How to Remap Mouse Buttons on Command Line on Fedora GNU/Linux desktops – Step by step Tutorials.

And to Switch Mouse Buttons on Fedora 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.

How to Swap Mouse Buttons on Fedora GNU/Linux Distro

GNU/Linux Fedora Swap Mouse Buttons Guide