CypherpunkArmory / UserLAnd

Main UserLAnd Repository
Other
3.61k stars 400 forks source link

Feature Request - [more support for Gemini PDA] #832

Closed salvomic closed 5 years ago

salvomic commented 5 years ago

1. Userland: Cannot get FN-keys in Gemini PDA + VNC

Please, allow more support for Gemini PDA users. Userland with Debian is all ok in text mode only but in X (i.e. xfde + VNC) with some keyboard layout (for example Italian) it is not possible to get the symbols to write with FN+keys (i.e. "-" with FN-. or ~ with FN+s ...)

Workaround

A workaround is to use "virtual keyboard", but it a bit tricky, so better a native support for "Gemini keyboard"


2. Userland lxde: VNC resolution

VNC resolution on Gemini PDA is 2080x but the icon and fonts are so small that we need to pinch over and over...

Proposal

Allow user to change resolution with a custom setting or to adapt the resolution to a more visible format suiting Gemini PDA screen resolution.

enforce-issue-templates[bot] commented 5 years ago

Hello @salvomic!

This message has been autogenerated.

It looks like you've posted an issue, but in order for us to best assist you, we need some additional information. We have created some issue templates to make this process easier. You can find them here.

These templates contain lines that begin with the '#' character. These lines are headers. In your issue, please leave these headers as is, and fill out information relevant to the header in the space below it.

If you don't think that you have any information relevant to the header, fill the space below it with something like 'N/A', or consider using a different template.

These headers are essential in allowing us to recreate and resolve your issue. The more detailed your issue, the more quickly we can begin working on it.

This bot could not detect which template you were trying to use. Please follow the link above to find a template to use.

If your issue is not updated to follow a template, it may be removed.

Thanks for your help in improving UserLAnd!

corbinlc commented 5 years ago

Any issue with the vnc client, bVNC, should be filed here: https://github.com/iiordanov/remote-desktop-clients/issues This will allow the developer of that application to help you.

thiagoralves commented 3 years ago

After spending a long time looking for a solution for this I finally found a VNC client that does work! If you use Remote Desktop Manager (you can find this app on Play Store) it can indeed pass through the fn keys if you press them with left Shift. So, for example, instead of pressing fn+o for dash, you would press left shift + fn + o. I know, Remote Desktop Manager is a bit overkill to just quickly connect to a VNC server, but it is the only solution I could find that actually works. Before that, I was using Unicode hex codes to insert symbols, like Ctrl+u+"2d" = dash, Ctrl+u+"22" = quotation mark, etc.