controlar el mouse con el teclado y la navegación web

controlar el mouse con el teclado y la navegación web

Perdí la funcionalidad del mouse y tengo que trabajar sin él en mi PC con Ubuntu durante un par de días. Estoy bien haciendo mis cosas sin tenerlas en mi computadora. Pero no lo estoy pasando nada bien navegando por la web. Si quiero seleccionar un enlace, tengo que presionar tabvarias veces. Si controlo el mouse con el teclado numérico, el mouse se mueve muy, muy lento (y es inútil). Entonces, en este momento hago mis cosas en mi PC y navego por la web con mi computadora portátil. ¿Hay alguna forma de resolver esto? Estoy usando Ubuntu 12.10

Respuesta1

deberíapodrá controlar la configuración de aceleración del mouse en la pestaña "Teclas del mouse" de las "Preferencias del teclado" (fuente):


ubuntu 12.10
Estas configuraciones se encuentran en:

Configuración > Acceso universal > Señalar y hacer clic > Teclas del mouse (desactivar)

ingrese la descripción de la imagen aquí

Alternativamente, puede que te interesen estos:

  • keynav( sudo apt-get install keynav):

    Keynav hace que su teclado se mueva rápidamente con el cursor del mouse. Puede mover el cursor a cualquier punto de la pantalla con unas pocas teclas. También simula el clic del mouse. Puedes hacer todo lo que el mouse puede hacer con un teclado.

  • Demonio artilugio:

Gizmod es una utilidad para permitir el uso de dispositivos de entrada alternativos en Linux. Esto incluye dispositivos como el dial USB PowerMate, teclados sofisticados y ratones con botones que X no reconoce ni admite. Gizmod permite asignaciones de eventos por aplicación.

Respuesta2

Tuve un problema con esta edad, pero finalmente encontré la solución:xkbset

Deeste enlace:

sudo apt-get install xkbset
xkbset ma [delay] [interval] [time to max] [max speed] [curve]
xkbset ma 60 10 10 20 10

Por supuesto, puedes jugar con los valores según sea necesario.

Lo resolvió de inmediato. Espero que esto ayude a alguien en el futuro.

Respuesta3

Siempre que estés usando Firefox, vale la pena considerar complementos como estos:

que ya no uso (al menos no actualmente y no en el futuro previsible)

y por supuesto lo indispensable (?)configuración de clavesextensión:

que he estado usando con gratitud durante años de burro.

Respuesta4

Después de todo encontré un complemento para Firefox llamadoVimFxy uno para chrome llamadoVimio. Puedes hacer muchas cosas sin el mouse, fácilmente. Aquí están sus atajos, que si eres un usuario de vim, ¡la mayoría de ellos ya los conoces!

Tratar con URL

o       Focus the Address Bar
O       Focus the Search Bar
p       Navigate to the address in the clipboard
P       Open new tab and navigate to the address in the clipboard
yf      Copy link url to the clipboard
vf      Focus element
yy      Copy current page link to the clipboard
r       Reload current page
R       Reload current page and all the assets (js, css, etc.)
ar      Reload pages in all tabs
aR      Reload pages in all tabs including assets (js, css, img)
s       Stop loading current page
as      Stop loading pages in all tabs

Navegando por la página

gg      Scroll to the Top of the page
G       Scroll to the Bottom of the page
j,c-e   Scroll Down
k,c-y   Scroll Up
h       Scroll Left
l       Scroll Right
d       Scroll half a Page Down
u       Scroll half a Page Up
c-f     Scroll full Page Down
c-b     Scroll full Page Up

Trabajar con pestañas

t       Open New Blank tab
J,gT    Go to the Previous tab
K,gt    Go to the Next tab
c-J     Move current tab to the Left
c-K     Move current tab to the Right
gh      Navigate to the Home Page
gH,g^   Go to the First tab
gL,g$   Go to the Last tab
x       Close current tab
X       Restore last closed tab

Hojeada

f       Follow a link on the current page
F       Follow a link on the current page in a new tab
af      Follow multiple links on the current page
[       Follow the Previous page link on the current page
]       Follow the Next page link on the current page
gu      Go up one level in the URL hierarchy
gU      Go up to root of the URL hierarchy
H       Go Back in history
L       Go Forward in history

Varios

/       Enter Find mode
a/      Enter Find mode to highlight all matches
n       Go to the next Find match
N       Go to the previous Find match
i       Enter insert mode: Ignore all commands
?       Show this dialog
:       Open Developer Toolbar
Esc     Enter normal mode (remove hint markers, exit insert mode) or blur/close active element

información relacionada