vpngate-with-proxy icon indicating copy to clipboard operation
vpngate-with-proxy copied to clipboard

Up, Down, PgUp, PgDown keys

Open evadogstar opened this issue 7 years ago • 3 comments

Up, Down, PgUp, PgDown keys do not work. https://i.imgur.com/kmByVnn.png Maybe duplicate the keys to ASDW or JKLI or KL:O ?

evadogstar avatar Apr 11 '17 20:04 evadogstar

Hi Evadogstar,

Capturing special keys like Up, Down, PgUp, PgDown requires a stuff called ncurses which is already used in tui version. Supporting these keys will turn the cli version into the tui one.

So you may consider switching to tui or as a temporary solution, return all alive servers instead of maximum at 20 (line 439).

ASDW could work but requires user to press Enter too.

Which the above reasons, I don't intend to implement it in the simple cli version.

Of couse you could change the code to do that and make a pull request. :D

Cheer,

On Wed, Apr 12, 2017 at 5:07 evadogstar [email protected] wrote:

Up, Down, PgUp, PgDown keys do not work. https://i.imgur.com/kmByVnn.png Maybe duplicate the keys at ASDW or JKLI or KL:O ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Dragon2fly/vpngate-with-proxy/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AJriQ8vi6BWS3BLnsN8LL-ugOwta9c5Wks5ru92fgaJpZM4M6lc9 .

Dragon2fly avatar Apr 12 '17 15:04 Dragon2fly

I only use cli version, because tui is not for my system. Maybe something like m - more (show +20 from the list?)

Unfortunately, I'm very new to python to write such functionality :( And it's only suggestion as always. Decisions by you :) Thanks for this project.

evadogstar avatar Apr 15 '17 11:04 evadogstar

Hi @evadogstar , In https://github.com/Dragon2fly/vpngate-with-proxy/tree/vpnwp_v2, it support <,.> to show more.

Dragon2fly avatar Oct 09 '17 09:10 Dragon2fly