Author Topic: How to use QMK for tap arrow key functions?  (Read 2885 times)

0 Members and 1 Guest are viewing this topic.

Offline deepalicious

  • Thread Starter
  • Posts: 12
How to use QMK for tap arrow key functions?
« on: Thu, 11 July 2019, 07:56:58 »
So recently I've been looking at the Anne Pro 2, but I'm especially curious about how you can just tap the keys on the bottom right of the keyboard to access the arrow keys. I've been playing around with QMK and I was wondering if that was even possible to do on a standard, programmable 60%?

If anyone knows a solution to this, any advice would be appreciated!

Offline dexie

  • Posts: 92
  • Location: Riga, Latvia
Re: How to use QMK for tap arrow key functions?
« Reply #1 on: Fri, 12 July 2019, 00:10:55 »
Yes, it is possible. If you want your arrows to be on mods,  then use MT(MOD_HOLD, KC_TAP), where MOD_HOLD is your modifier which will be registered when you hold a button, and KC_TAP is a keycode which will be registered when you tap a button. https://beta.docs.qmk.fm/features/feature_advanced_keycodes#mod-tap
ISO Life

Offline deepalicious

  • Thread Starter
  • Posts: 12
Re: How to use QMK for tap arrow key functions?
« Reply #2 on: Fri, 12 July 2019, 11:27:46 »
Would there be a way to do this in QMK configurator? Sorry, I'm new to this and I really don't want to have to learn how to program different layouts