utubo / firefox-simple_gesture

🦊An add-on that adds simple touch gestures for Firfox for Android. Sorry, I only check issues sometimes.
https://addons.mozilla.org/ja/firefox/addon/simple-gesture/
Other
29 stars 1 forks source link

画面端からの入力に対応させる #44

Closed utubo closed 6 years ago

utubo commented 6 years ago

例えば左端からなら、L:R-Dとか 設定画面では丸かっこ付きで(Starts with Left of screen)とか追加で表示する

SimpleGesture.forLabel = g => { g.replace(/^.:/, '') };