キーボードとWebブラウジングでマウスを制御する


9

私はマウスの機能を失い、Ubuntu PCで数日間それなしで作業しなければなりませんでした。私は自分のコンピュータでそれなしで自分の仕事をすることで大丈夫です。しかし、私はWebブラウジングを楽しむのにまったく時間がありません。リンクを選択したい場合はtab、数回押す必要があります。テンキーでマウスを制御すると、マウスの動きが非常に遅くなります(そしてそれは役に立たない)。そのため、現時点ではPCで自分の作業を行い、ラップトップでWebブラウジングを行っています。これを解決する方法はありますか?Ubuntu 12.10を使用しています

回答:


7

[キーボードの設定](ソース)の[マウスキー]タブでマウスの加速設定を制御できるはずです。


Ubuntu 12.10
これらの設定は次の場所にあります。

設定>ユニバーサルアクセス>ポインティングとクリック>マウスキー(無効)

ここに画像の説明を入力してください

あるいは、これらに興味があるかもしれません:

  • keynavsudo apt-get install keynav):

    Keynavは、キーボードを高速マウスカーソルムーバーにします。数回のキーストロークで、カーソルを画面上の任意のポイントに移動できます。また、マウスのクリックをシミュレートします。マウスでできることはすべてキーボードでできます。

  • ギズモデーモン

Gizmodは、代替入力デバイスをLinuxで使用できるようにするためのユーティリティです。これには、PowerMate USBダイヤル、ファンシーキーボード、Xで認識またはサポートされていないボタンを備えたマウスなどのデバイスが含まれます。Gizmodでは、アプリケーションごとのイベントマッピングが可能です。


3

私はこの時代に問題を抱えていましたが、最終的に解決策を見つけました: xkbset

このリンクから:

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

もちろん、必要に応じて値を操作できます。

すぐに解決しました。これが将来誰かを助けることを願っています。


2

Firefoxを使用している場合は、次のようなアドオンを検討する価値があります。

私はもうこれを使用しません(少なくとも現在、そして近い将来には使用されません)

そしてもちろん、不可欠な(?)keyconfig拡張:

私はロバの年の間私に感謝して使用してきました。


そのため、これらは「マウスを制御する」のではなく、「マウスを回避する」ことを許可します...;)
nattyについての気の利いた

1

いくつかのキーボードショートカットを学ぶ良い方法は、Ubuntu.comでキーボードショートカットを検索することです

他の便利なオプションは、xboxdrvでマップされたゲームコントローラを使用することです。


1

すべての後、私はアドオンFirefox用名付けたVimFxと名付けクロムのための1 Vimiumを。マウスがなくても簡単に多くのことができます。ここにそのショートカットがあります、あなたがvimユーザーなら、それらのほとんどはすでに知っています!

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

ページのナビゲート

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

タブの操作

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

ブラウジング

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

その他

/       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
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.