View Single Post
Old 11-01-2021, 08:37 PM   #1
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,934
Karma: 17500001
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Beau Geste (gestures in Onyx)

There is a dialog for setting up gestures in the latest 3.1 Onyx (at least there was on my Poke3). I forget if it included all the variations of swipe from top/side/bottom. In any case, if you want to experiment further or you don't have access to that setting any more you can adjust them yourself if your device is rooted.

The file is /data/data/com.android.systemui/gestures_config
Here's mine for a normal Android style, spaced out for legibility:
Code:
{
   "enable": true,
   "enableBehindkeyboard": true,
   "guestConfigMap":
   {
      "gestures_top_left": "NONE",
      "gestures_top_middle": "NONE",
      "gestures_top_right": "NONE",
      "gestures_left_top": "NONE",
      "gestures_left_middle": "NONE",
      "gestures_left_bottom": "NONE",
      "gestures_right_top": "NONE",
      "gestures_right_middle": "NONE",
      "gestures_right_bottom": "NONE",
      "slide_gestures_left": "VOLUME",
      "slide_gestures_right": "WARM_LIGHT",
      "gestures_bottom_left": "BACK",
      "gestures_bottom_middle": "HOME",
      "gestures_bottom_right": "TASK_SWITCH"
   },
   "indicatesHeight": 50,
   "indicatesTransparency": 50,
   "indicatesWidth": 50,
   "preventMiscontact": false,
   "slidingDistance": 100
}
I haven't noticed that the "slide" commands actually work, but they were in there already.

Edit: Let me add, these are your (only stock) choices for action:
Code:
BACK
CLEAN_CACHE
COLD_LIGHT
COLOR_BRIGHTNESS
COLOR_SATURATION
CONTRAST
CONTRAST_COLOR
CONTRAST_DARK
CONTRAST_LIGHT
FULLSCREEN
HOME
NONE
REFRESH_SCREEN
SCREENSHOTS
TASK_SWITCH
VOLUME
WARM_LIGHT

Last edited by Renate; 11-01-2021 at 10:28 PM.
Renate is offline   Reply With Quote