KitsunedFox / termux-monet

Termux Monet - a terminal emulator application for Android 8+ OS extendible by variety of packages, with Monet support and experimental features.
https://github.com/KitsunedFox/termux-monet/releases/latest
GNU General Public License v3.0
1.02k stars 73 forks source link

[Feature]: open left panel by swipe #105

Closed gmankab closed 2 weeks ago

gmankab commented 8 months ago

initially, termux required swiping from the left edge of the screen to the right in order to open the left menu, but in modern versions of android, when you swipe from the left edge of the screen, a backward gesture is triggered

maybe it’s worth making the left panel open on swipe from the middle of the screen to the right

kaicsalomao commented 5 months ago

It seems like an interesting feature, especially for those who use android's gesture system. Doesn't seem difficult to implement

kaicsalomao commented 5 months ago

This issue has already been opened in the original termux application, this may help you: https://github.com/termux/termux-app/issues/1325

gmankab commented 5 months ago

original app last updated more than 2 years ago :)

KitsunedFox commented 2 weeks ago

Fixed in: https://github.com/KitsunedFox/termux-monet/pull/131

gmankab commented 2 weeks ago

@KitsunedFox, can't get it to work on 23df8cc nightly build

https://github.com/KitsunedFox/termux-monet/assets/73340745/af4bad50-0a2b-44b8-a868-37f5decc6263

KitsunedFox commented 2 weeks ago

it doesnt work by swiping the middle of the screen. but, the back gesture triggers it now, so.. it doesnt conflict with back gesture anymore.

gmankab commented 2 weeks ago

oh, thanks

good enough too