web-dev-qa-db-ja.com

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

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

9

結局私は VimFx という名前のfirefoxのアドオンと Vimium という名前のchromeのアドオンを見つけました。マウスなしで簡単に多くのことができます。以下にそのショートカットを示します。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
1

「キーボード設定」の「マウスキー」タブでマウスの加速設定を制御できるはずです( source ):


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

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

enter image description here

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

  • keynavSudo apt-get install keynav):

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

  • ギズモデーモン

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

7
terdon

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

このリンク から:

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

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

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

3
PROGRAM_IX

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

私はもう使用していません(少なくとも現在ではなく、近い将来ではありません)

そしてもちろん、必須の(?)keyconfig拡張:

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

2

キーボードショートカットキーボードショートカットをUbuntu.comで検索する良い方法

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

1
geezanansa