keymapperorg / KeyMapper

An Android app that change what the buttons do on your devices!
http://docs.keymapper.club
GNU General Public License v3.0
1.05k stars 153 forks source link

How to simulate a press of `meta` + `tab` when triggered via intent? #1216

Open sudomain opened 5 months ago

sudomain commented 5 months ago

Developer TODO (don't remove)

Hello, I'm trying to have an action of the meta and tab keys at the same time when triggered by intent. I tried an action of hold down meta left and an action of tab, however the hold down part of this only seems to work when triggered directly by a key, not an intent. I was also hoping to try having a tab action with a meta modifier key, but it seems the meta key isn't a valid modifier key in KeyMapper. Could this be changed?