Wednesday, December 24, 2014

Disable Windows 8.1 charms bar from showing up on a touchpad

Most PCs with touchpad enables Windows 8.1 gesture support. In most cases, it is more of problem/annoying feature than it is worth.

To disable charms bar from showing up when swiping the touchpad (Dell laptops), do:

  1. Open Dell Touchpad from system tray.
  2. Go to Gestures tab
  3. Disable/un-check "Right Edge Swipe"

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...