How would you turn a tablet into a keyboard + easy-to-reach touchscreen (mirror the desktop) (not a touchpad)...
How would you turn a tablet into a keyboard + easy-to-reach touchscreen (mirror the desktop) (not a touchpad) for a desktop PC?
Numerous remote touchpads on Android
I asked a question on askubuntu.com (Can you design buttons on a Ubuntu/Android tablet that is to be used as a virtual keyboard for your desktop?), and someone mentioned RemoteDroid.
I haven't used it, but from the videos that I see online, your Android tablet becomes a touchpad.
In a question on superuser.com (Use a touchscreen as a keyboard and mouse for a desktop), and in the answers here, Bob speaks of the “indirect virtual touchpad”, and Lèse majesté notes that “you can only use the touchscreen as a laptop-style touchpad, not as an actual tablet device”.
I want the cursor to move to where I touch.
keyboard mouse vnc android tablet
add a comment |
How would you turn a tablet into a keyboard + easy-to-reach touchscreen (mirror the desktop) (not a touchpad) for a desktop PC?
Numerous remote touchpads on Android
I asked a question on askubuntu.com (Can you design buttons on a Ubuntu/Android tablet that is to be used as a virtual keyboard for your desktop?), and someone mentioned RemoteDroid.
I haven't used it, but from the videos that I see online, your Android tablet becomes a touchpad.
In a question on superuser.com (Use a touchscreen as a keyboard and mouse for a desktop), and in the answers here, Bob speaks of the “indirect virtual touchpad”, and Lèse majesté notes that “you can only use the touchscreen as a laptop-style touchpad, not as an actual tablet device”.
I want the cursor to move to where I touch.
keyboard mouse vnc android tablet
I have an answer. I'll add it after the time restriction.
– Jeff Kang
Mar 12 '13 at 0:36
add a comment |
How would you turn a tablet into a keyboard + easy-to-reach touchscreen (mirror the desktop) (not a touchpad) for a desktop PC?
Numerous remote touchpads on Android
I asked a question on askubuntu.com (Can you design buttons on a Ubuntu/Android tablet that is to be used as a virtual keyboard for your desktop?), and someone mentioned RemoteDroid.
I haven't used it, but from the videos that I see online, your Android tablet becomes a touchpad.
In a question on superuser.com (Use a touchscreen as a keyboard and mouse for a desktop), and in the answers here, Bob speaks of the “indirect virtual touchpad”, and Lèse majesté notes that “you can only use the touchscreen as a laptop-style touchpad, not as an actual tablet device”.
I want the cursor to move to where I touch.
keyboard mouse vnc android tablet
How would you turn a tablet into a keyboard + easy-to-reach touchscreen (mirror the desktop) (not a touchpad) for a desktop PC?
Numerous remote touchpads on Android
I asked a question on askubuntu.com (Can you design buttons on a Ubuntu/Android tablet that is to be used as a virtual keyboard for your desktop?), and someone mentioned RemoteDroid.
I haven't used it, but from the videos that I see online, your Android tablet becomes a touchpad.
In a question on superuser.com (Use a touchscreen as a keyboard and mouse for a desktop), and in the answers here, Bob speaks of the “indirect virtual touchpad”, and Lèse majesté notes that “you can only use the touchscreen as a laptop-style touchpad, not as an actual tablet device”.
I want the cursor to move to where I touch.
keyboard mouse vnc android tablet
keyboard mouse vnc android tablet
edited Apr 13 '17 at 12:22
Community♦
1
1
asked Mar 12 '13 at 0:34
Jeff KangJeff Kang
405511
405511
I have an answer. I'll add it after the time restriction.
– Jeff Kang
Mar 12 '13 at 0:36
add a comment |
I have an answer. I'll add it after the time restriction.
– Jeff Kang
Mar 12 '13 at 0:36
I have an answer. I'll add it after the time restriction.
– Jeff Kang
Mar 12 '13 at 0:36
I have an answer. I'll add it after the time restriction.
– Jeff Kang
Mar 12 '13 at 0:36
add a comment |
1 Answer
1
active
oldest
votes
android-vnc-viewer to mirror the desktop PC screen, and control the desktop
I had another question on android[dot]stackexchange.com: (In using a VNC to control a computer, is it possible to have the cursor go to where you touch? - android[dot]stackexchange[dot]com/questions/34668/in-using-a-vnc-to-control-a-computer-is-it-possible-to-have-the-cursor-go-to-wh)
In the question, I included a video: Remote control of Ubuntu with android-vnc-viewer - www.youtube.com/watch?v=sTKX6QMBgck#t=0m30s
android-vnc-viewer
“See and control your computer's desktop from your phone, from
anywhere. androidVNC is the Open Source (GPL) remote desktop program
for Android devices. Connects to most VNC servers: incl TightVNC,
RealVNC on Win and Linux, x11vnc, and Apple Remote Desktop on OS/X.”.
In the video, I don't know the input mode that is being demonstrated at 0:30, but it looks like the mouse cursor goes to where he touches.
http://code.google.com/p/android-vnc-viewer/
I'm guessing that the input mode in the video was either:
Touch Mouse Pan and Zoom
This is the default input mode and is
designed to work like the Android browser. You can both pan the
display and control the mouse using the touchscreen and gestures. You
pan by dragging or flicking on the touchscreen; you click the mouse by
tapping on it. You right-click by double-tapping (or by holding down
the camera button while tapping). You drag the mouse by doing a long
press on the display, and then dragging. In this mode the trackball or
DPad (if your phone has one) can also be used to control the mouse;
this may give you finer control. You can zoom the screen size with the
+/- buttons, or, if your device supports multi-touch and has Android 2.0+, you can pinch to zoom out and spread to zoom in.
or:
Mouse Control Mode
In this mode, use the touchscreen to control the
mouse. Touching the screen generates a mouse click at that point;
dragging on the screen creates a mouse drag. Keyboard events are sent
as normal. The trackball is used to send arrow-key events to the VNC
server. Pressing the trackball toggles between Mouse Pointer Control
and Desktop Panning modes.
Port forwarding
If the PC you're connecting to accesses the internet through a router,
this will be the WAN address assigned to the router by your ISP;
you'll also need to forward the VNC port (5900) from the router to
your PC (exactly how you do this depends on the details of your
router, so I can't give more explicit instructions here).
Hacker's Keyboard - use a full soft keyboard on Android
From what I've read, the stock android keyboard doesn't have buttons such as Ctrl, Alt, Esc, arrow keys, Home, End, and Delete.
You can use the free, open source, app call Hacker's Keyboard to gain access to the buttons of a full keyboard:
“Are you missing the key layout you're used to from your computer?
This keyboard has separate number keys, punctuation in the usual
places, and arrow keys. It is based on the AOSP Gingerbread soft
keyboard, so it supports multitouch for the modifier keys.
This keyboard is especially useful if you use ConnectBot for SSH
access. It provides working Tab/Ctrl/Esc keys, and the arrow keys are
essential for devices such as the Xoom tablet or Nexus S that don't
have a trackball or D-Pad.”
http://code[dot]google[dot]com/p/hackerskeyboard/
A patch that allows android-vnc-viewer to recognize all the keys of Hacker's Keyboard
In “Frequently Asked Questions” of Hacker's Keyboard, there's a section called “Android VNC Viewer doesn't recognize the extra keys”.
It directs you to an issue called “Issue 238: Support additional keys, fix modifier handling” (code[dot]google[dot]com/p/android-vnc-viewer/issues/detail?id=238). The patch there will make it so that Android VNC Viewer recognizes buttons of a full keyboard.
Update: bVNC
bVNC is a secure, open source VNC client.
- Tested with Hackerskeyboard. Using it is recommended (get hackers keyboard from Google Play).
play[dot]google[dot]com/store/apps/details?id=com.iiordanov.freebVNC&hl=en
github[dot]com/iiordanov/bVNC
Update 2: Jump Desktop VNC
I currently and personally use Jump Desktop VNC because the “bring-out-the-keyboard” is close, and easily reachable. With bVNC, I have to tap near the middle of the screen, and then I press a keyboard button on the right to bring out the keyboard. Jump Desktop VNC also lets you use a Google account, so you don’t have to deal with addresses.
Please excuse the links. I only have permission to provide 2 links.
– Jeff Kang
Mar 13 '13 at 21:59
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f564421%2fhow-would-you-turn-a-tablet-into-a-keyboard-easy-to-reach-touchscreen-mirror%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
android-vnc-viewer to mirror the desktop PC screen, and control the desktop
I had another question on android[dot]stackexchange.com: (In using a VNC to control a computer, is it possible to have the cursor go to where you touch? - android[dot]stackexchange[dot]com/questions/34668/in-using-a-vnc-to-control-a-computer-is-it-possible-to-have-the-cursor-go-to-wh)
In the question, I included a video: Remote control of Ubuntu with android-vnc-viewer - www.youtube.com/watch?v=sTKX6QMBgck#t=0m30s
android-vnc-viewer
“See and control your computer's desktop from your phone, from
anywhere. androidVNC is the Open Source (GPL) remote desktop program
for Android devices. Connects to most VNC servers: incl TightVNC,
RealVNC on Win and Linux, x11vnc, and Apple Remote Desktop on OS/X.”.
In the video, I don't know the input mode that is being demonstrated at 0:30, but it looks like the mouse cursor goes to where he touches.
http://code.google.com/p/android-vnc-viewer/
I'm guessing that the input mode in the video was either:
Touch Mouse Pan and Zoom
This is the default input mode and is
designed to work like the Android browser. You can both pan the
display and control the mouse using the touchscreen and gestures. You
pan by dragging or flicking on the touchscreen; you click the mouse by
tapping on it. You right-click by double-tapping (or by holding down
the camera button while tapping). You drag the mouse by doing a long
press on the display, and then dragging. In this mode the trackball or
DPad (if your phone has one) can also be used to control the mouse;
this may give you finer control. You can zoom the screen size with the
+/- buttons, or, if your device supports multi-touch and has Android 2.0+, you can pinch to zoom out and spread to zoom in.
or:
Mouse Control Mode
In this mode, use the touchscreen to control the
mouse. Touching the screen generates a mouse click at that point;
dragging on the screen creates a mouse drag. Keyboard events are sent
as normal. The trackball is used to send arrow-key events to the VNC
server. Pressing the trackball toggles between Mouse Pointer Control
and Desktop Panning modes.
Port forwarding
If the PC you're connecting to accesses the internet through a router,
this will be the WAN address assigned to the router by your ISP;
you'll also need to forward the VNC port (5900) from the router to
your PC (exactly how you do this depends on the details of your
router, so I can't give more explicit instructions here).
Hacker's Keyboard - use a full soft keyboard on Android
From what I've read, the stock android keyboard doesn't have buttons such as Ctrl, Alt, Esc, arrow keys, Home, End, and Delete.
You can use the free, open source, app call Hacker's Keyboard to gain access to the buttons of a full keyboard:
“Are you missing the key layout you're used to from your computer?
This keyboard has separate number keys, punctuation in the usual
places, and arrow keys. It is based on the AOSP Gingerbread soft
keyboard, so it supports multitouch for the modifier keys.
This keyboard is especially useful if you use ConnectBot for SSH
access. It provides working Tab/Ctrl/Esc keys, and the arrow keys are
essential for devices such as the Xoom tablet or Nexus S that don't
have a trackball or D-Pad.”
http://code[dot]google[dot]com/p/hackerskeyboard/
A patch that allows android-vnc-viewer to recognize all the keys of Hacker's Keyboard
In “Frequently Asked Questions” of Hacker's Keyboard, there's a section called “Android VNC Viewer doesn't recognize the extra keys”.
It directs you to an issue called “Issue 238: Support additional keys, fix modifier handling” (code[dot]google[dot]com/p/android-vnc-viewer/issues/detail?id=238). The patch there will make it so that Android VNC Viewer recognizes buttons of a full keyboard.
Update: bVNC
bVNC is a secure, open source VNC client.
- Tested with Hackerskeyboard. Using it is recommended (get hackers keyboard from Google Play).
play[dot]google[dot]com/store/apps/details?id=com.iiordanov.freebVNC&hl=en
github[dot]com/iiordanov/bVNC
Update 2: Jump Desktop VNC
I currently and personally use Jump Desktop VNC because the “bring-out-the-keyboard” is close, and easily reachable. With bVNC, I have to tap near the middle of the screen, and then I press a keyboard button on the right to bring out the keyboard. Jump Desktop VNC also lets you use a Google account, so you don’t have to deal with addresses.
Please excuse the links. I only have permission to provide 2 links.
– Jeff Kang
Mar 13 '13 at 21:59
add a comment |
android-vnc-viewer to mirror the desktop PC screen, and control the desktop
I had another question on android[dot]stackexchange.com: (In using a VNC to control a computer, is it possible to have the cursor go to where you touch? - android[dot]stackexchange[dot]com/questions/34668/in-using-a-vnc-to-control-a-computer-is-it-possible-to-have-the-cursor-go-to-wh)
In the question, I included a video: Remote control of Ubuntu with android-vnc-viewer - www.youtube.com/watch?v=sTKX6QMBgck#t=0m30s
android-vnc-viewer
“See and control your computer's desktop from your phone, from
anywhere. androidVNC is the Open Source (GPL) remote desktop program
for Android devices. Connects to most VNC servers: incl TightVNC,
RealVNC on Win and Linux, x11vnc, and Apple Remote Desktop on OS/X.”.
In the video, I don't know the input mode that is being demonstrated at 0:30, but it looks like the mouse cursor goes to where he touches.
http://code.google.com/p/android-vnc-viewer/
I'm guessing that the input mode in the video was either:
Touch Mouse Pan and Zoom
This is the default input mode and is
designed to work like the Android browser. You can both pan the
display and control the mouse using the touchscreen and gestures. You
pan by dragging or flicking on the touchscreen; you click the mouse by
tapping on it. You right-click by double-tapping (or by holding down
the camera button while tapping). You drag the mouse by doing a long
press on the display, and then dragging. In this mode the trackball or
DPad (if your phone has one) can also be used to control the mouse;
this may give you finer control. You can zoom the screen size with the
+/- buttons, or, if your device supports multi-touch and has Android 2.0+, you can pinch to zoom out and spread to zoom in.
or:
Mouse Control Mode
In this mode, use the touchscreen to control the
mouse. Touching the screen generates a mouse click at that point;
dragging on the screen creates a mouse drag. Keyboard events are sent
as normal. The trackball is used to send arrow-key events to the VNC
server. Pressing the trackball toggles between Mouse Pointer Control
and Desktop Panning modes.
Port forwarding
If the PC you're connecting to accesses the internet through a router,
this will be the WAN address assigned to the router by your ISP;
you'll also need to forward the VNC port (5900) from the router to
your PC (exactly how you do this depends on the details of your
router, so I can't give more explicit instructions here).
Hacker's Keyboard - use a full soft keyboard on Android
From what I've read, the stock android keyboard doesn't have buttons such as Ctrl, Alt, Esc, arrow keys, Home, End, and Delete.
You can use the free, open source, app call Hacker's Keyboard to gain access to the buttons of a full keyboard:
“Are you missing the key layout you're used to from your computer?
This keyboard has separate number keys, punctuation in the usual
places, and arrow keys. It is based on the AOSP Gingerbread soft
keyboard, so it supports multitouch for the modifier keys.
This keyboard is especially useful if you use ConnectBot for SSH
access. It provides working Tab/Ctrl/Esc keys, and the arrow keys are
essential for devices such as the Xoom tablet or Nexus S that don't
have a trackball or D-Pad.”
http://code[dot]google[dot]com/p/hackerskeyboard/
A patch that allows android-vnc-viewer to recognize all the keys of Hacker's Keyboard
In “Frequently Asked Questions” of Hacker's Keyboard, there's a section called “Android VNC Viewer doesn't recognize the extra keys”.
It directs you to an issue called “Issue 238: Support additional keys, fix modifier handling” (code[dot]google[dot]com/p/android-vnc-viewer/issues/detail?id=238). The patch there will make it so that Android VNC Viewer recognizes buttons of a full keyboard.
Update: bVNC
bVNC is a secure, open source VNC client.
- Tested with Hackerskeyboard. Using it is recommended (get hackers keyboard from Google Play).
play[dot]google[dot]com/store/apps/details?id=com.iiordanov.freebVNC&hl=en
github[dot]com/iiordanov/bVNC
Update 2: Jump Desktop VNC
I currently and personally use Jump Desktop VNC because the “bring-out-the-keyboard” is close, and easily reachable. With bVNC, I have to tap near the middle of the screen, and then I press a keyboard button on the right to bring out the keyboard. Jump Desktop VNC also lets you use a Google account, so you don’t have to deal with addresses.
Please excuse the links. I only have permission to provide 2 links.
– Jeff Kang
Mar 13 '13 at 21:59
add a comment |
android-vnc-viewer to mirror the desktop PC screen, and control the desktop
I had another question on android[dot]stackexchange.com: (In using a VNC to control a computer, is it possible to have the cursor go to where you touch? - android[dot]stackexchange[dot]com/questions/34668/in-using-a-vnc-to-control-a-computer-is-it-possible-to-have-the-cursor-go-to-wh)
In the question, I included a video: Remote control of Ubuntu with android-vnc-viewer - www.youtube.com/watch?v=sTKX6QMBgck#t=0m30s
android-vnc-viewer
“See and control your computer's desktop from your phone, from
anywhere. androidVNC is the Open Source (GPL) remote desktop program
for Android devices. Connects to most VNC servers: incl TightVNC,
RealVNC on Win and Linux, x11vnc, and Apple Remote Desktop on OS/X.”.
In the video, I don't know the input mode that is being demonstrated at 0:30, but it looks like the mouse cursor goes to where he touches.
http://code.google.com/p/android-vnc-viewer/
I'm guessing that the input mode in the video was either:
Touch Mouse Pan and Zoom
This is the default input mode and is
designed to work like the Android browser. You can both pan the
display and control the mouse using the touchscreen and gestures. You
pan by dragging or flicking on the touchscreen; you click the mouse by
tapping on it. You right-click by double-tapping (or by holding down
the camera button while tapping). You drag the mouse by doing a long
press on the display, and then dragging. In this mode the trackball or
DPad (if your phone has one) can also be used to control the mouse;
this may give you finer control. You can zoom the screen size with the
+/- buttons, or, if your device supports multi-touch and has Android 2.0+, you can pinch to zoom out and spread to zoom in.
or:
Mouse Control Mode
In this mode, use the touchscreen to control the
mouse. Touching the screen generates a mouse click at that point;
dragging on the screen creates a mouse drag. Keyboard events are sent
as normal. The trackball is used to send arrow-key events to the VNC
server. Pressing the trackball toggles between Mouse Pointer Control
and Desktop Panning modes.
Port forwarding
If the PC you're connecting to accesses the internet through a router,
this will be the WAN address assigned to the router by your ISP;
you'll also need to forward the VNC port (5900) from the router to
your PC (exactly how you do this depends on the details of your
router, so I can't give more explicit instructions here).
Hacker's Keyboard - use a full soft keyboard on Android
From what I've read, the stock android keyboard doesn't have buttons such as Ctrl, Alt, Esc, arrow keys, Home, End, and Delete.
You can use the free, open source, app call Hacker's Keyboard to gain access to the buttons of a full keyboard:
“Are you missing the key layout you're used to from your computer?
This keyboard has separate number keys, punctuation in the usual
places, and arrow keys. It is based on the AOSP Gingerbread soft
keyboard, so it supports multitouch for the modifier keys.
This keyboard is especially useful if you use ConnectBot for SSH
access. It provides working Tab/Ctrl/Esc keys, and the arrow keys are
essential for devices such as the Xoom tablet or Nexus S that don't
have a trackball or D-Pad.”
http://code[dot]google[dot]com/p/hackerskeyboard/
A patch that allows android-vnc-viewer to recognize all the keys of Hacker's Keyboard
In “Frequently Asked Questions” of Hacker's Keyboard, there's a section called “Android VNC Viewer doesn't recognize the extra keys”.
It directs you to an issue called “Issue 238: Support additional keys, fix modifier handling” (code[dot]google[dot]com/p/android-vnc-viewer/issues/detail?id=238). The patch there will make it so that Android VNC Viewer recognizes buttons of a full keyboard.
Update: bVNC
bVNC is a secure, open source VNC client.
- Tested with Hackerskeyboard. Using it is recommended (get hackers keyboard from Google Play).
play[dot]google[dot]com/store/apps/details?id=com.iiordanov.freebVNC&hl=en
github[dot]com/iiordanov/bVNC
Update 2: Jump Desktop VNC
I currently and personally use Jump Desktop VNC because the “bring-out-the-keyboard” is close, and easily reachable. With bVNC, I have to tap near the middle of the screen, and then I press a keyboard button on the right to bring out the keyboard. Jump Desktop VNC also lets you use a Google account, so you don’t have to deal with addresses.
android-vnc-viewer to mirror the desktop PC screen, and control the desktop
I had another question on android[dot]stackexchange.com: (In using a VNC to control a computer, is it possible to have the cursor go to where you touch? - android[dot]stackexchange[dot]com/questions/34668/in-using-a-vnc-to-control-a-computer-is-it-possible-to-have-the-cursor-go-to-wh)
In the question, I included a video: Remote control of Ubuntu with android-vnc-viewer - www.youtube.com/watch?v=sTKX6QMBgck#t=0m30s
android-vnc-viewer
“See and control your computer's desktop from your phone, from
anywhere. androidVNC is the Open Source (GPL) remote desktop program
for Android devices. Connects to most VNC servers: incl TightVNC,
RealVNC on Win and Linux, x11vnc, and Apple Remote Desktop on OS/X.”.
In the video, I don't know the input mode that is being demonstrated at 0:30, but it looks like the mouse cursor goes to where he touches.
http://code.google.com/p/android-vnc-viewer/
I'm guessing that the input mode in the video was either:
Touch Mouse Pan and Zoom
This is the default input mode and is
designed to work like the Android browser. You can both pan the
display and control the mouse using the touchscreen and gestures. You
pan by dragging or flicking on the touchscreen; you click the mouse by
tapping on it. You right-click by double-tapping (or by holding down
the camera button while tapping). You drag the mouse by doing a long
press on the display, and then dragging. In this mode the trackball or
DPad (if your phone has one) can also be used to control the mouse;
this may give you finer control. You can zoom the screen size with the
+/- buttons, or, if your device supports multi-touch and has Android 2.0+, you can pinch to zoom out and spread to zoom in.
or:
Mouse Control Mode
In this mode, use the touchscreen to control the
mouse. Touching the screen generates a mouse click at that point;
dragging on the screen creates a mouse drag. Keyboard events are sent
as normal. The trackball is used to send arrow-key events to the VNC
server. Pressing the trackball toggles between Mouse Pointer Control
and Desktop Panning modes.
Port forwarding
If the PC you're connecting to accesses the internet through a router,
this will be the WAN address assigned to the router by your ISP;
you'll also need to forward the VNC port (5900) from the router to
your PC (exactly how you do this depends on the details of your
router, so I can't give more explicit instructions here).
Hacker's Keyboard - use a full soft keyboard on Android
From what I've read, the stock android keyboard doesn't have buttons such as Ctrl, Alt, Esc, arrow keys, Home, End, and Delete.
You can use the free, open source, app call Hacker's Keyboard to gain access to the buttons of a full keyboard:
“Are you missing the key layout you're used to from your computer?
This keyboard has separate number keys, punctuation in the usual
places, and arrow keys. It is based on the AOSP Gingerbread soft
keyboard, so it supports multitouch for the modifier keys.
This keyboard is especially useful if you use ConnectBot for SSH
access. It provides working Tab/Ctrl/Esc keys, and the arrow keys are
essential for devices such as the Xoom tablet or Nexus S that don't
have a trackball or D-Pad.”
http://code[dot]google[dot]com/p/hackerskeyboard/
A patch that allows android-vnc-viewer to recognize all the keys of Hacker's Keyboard
In “Frequently Asked Questions” of Hacker's Keyboard, there's a section called “Android VNC Viewer doesn't recognize the extra keys”.
It directs you to an issue called “Issue 238: Support additional keys, fix modifier handling” (code[dot]google[dot]com/p/android-vnc-viewer/issues/detail?id=238). The patch there will make it so that Android VNC Viewer recognizes buttons of a full keyboard.
Update: bVNC
bVNC is a secure, open source VNC client.
- Tested with Hackerskeyboard. Using it is recommended (get hackers keyboard from Google Play).
play[dot]google[dot]com/store/apps/details?id=com.iiordanov.freebVNC&hl=en
github[dot]com/iiordanov/bVNC
Update 2: Jump Desktop VNC
I currently and personally use Jump Desktop VNC because the “bring-out-the-keyboard” is close, and easily reachable. With bVNC, I have to tap near the middle of the screen, and then I press a keyboard button on the right to bring out the keyboard. Jump Desktop VNC also lets you use a Google account, so you don’t have to deal with addresses.
edited Apr 10 '14 at 7:45
answered Mar 12 '13 at 19:10
Jeff KangJeff Kang
405511
405511
Please excuse the links. I only have permission to provide 2 links.
– Jeff Kang
Mar 13 '13 at 21:59
add a comment |
Please excuse the links. I only have permission to provide 2 links.
– Jeff Kang
Mar 13 '13 at 21:59
Please excuse the links. I only have permission to provide 2 links.
– Jeff Kang
Mar 13 '13 at 21:59
Please excuse the links. I only have permission to provide 2 links.
– Jeff Kang
Mar 13 '13 at 21:59
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f564421%2fhow-would-you-turn-a-tablet-into-a-keyboard-easy-to-reach-touchscreen-mirror%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I have an answer. I'll add it after the time restriction.
– Jeff Kang
Mar 12 '13 at 0:36