
마우스 기능을 잃어버렸고, 며칠 동안 Ubuntu PC에서 마우스 기능 없이 작업해야 합니다. 나는 내 컴퓨터 없이도 내 일을 해도 괜찮습니다. 하지만 나는 웹 브라우징에 전혀 즐거운 시간을 보내고 있지 않습니다. 링크를 선택하려면 tab여러 번 눌러야 합니다. Numpad로 마우스를 제어하면 마우스가 정말 느리게 움직입니다(그리고 쓸모가 없습니다). 그래서 지금은 PC에서 작업을 하고 노트북으로 웹서핑을 합니다. 이 문제를 해결할 방법이 있나요? 우분투 12.10을 사용하고 있습니다
답변1
너~해야 한다"키보드 기본 설정"의 "마우스 키" 탭에서 마우스의 가속 설정을 제어할 수 있습니다(원천):
우분투 12.10
이러한 설정은 다음에서 찾을 수 있습니다.
설정 > 범용 액세스 > 포인팅 및 클릭 > 마우스 키(비활성화)
또는 다음 사항에 관심이 있을 수도 있습니다.
keynav
(sudo apt-get install keynav
):Keynav는 키보드를 빠른 마우스 커서 이동 장치로 만듭니다. 몇 번의 키 입력으로 커서를 화면의 어느 지점으로든 이동할 수 있습니다. 또한 마우스 클릭을 시뮬레이션합니다. 마우스로 할 수 있는 모든 것을 키보드로 할 수 있습니다.
Gizmod는 Linux에서 대체 입력 장치를 사용할 수 있도록 하는 유틸리티입니다. 여기에는 PowerMate USB 다이얼, X에서 인식되거나 지원되지 않는 버튼이 있는 고급 키보드 및 마우스와 같은 장치가 포함됩니다. Gizmod는 애플리케이션별 이벤트 매핑을 허용합니다.
답변2
나는 이 시대에 문제가 있었지만 마침내 해결책을 찾았습니다.xkbset
에서이 링크:
sudo apt-get install xkbset
xkbset ma [delay] [interval] [time to max] [max speed] [curve]
xkbset ma 60 10 10 20 10
물론 필요에 따라 값을 가지고 놀 수 있습니다.
바로 해결했습니다. 이것이 미래에 누군가에게 도움이 되기를 바랍니다.
답변3
Firefox를 사용한다면 다음과 같은 애드온을 고려해 볼 가치가 있습니다.
더 이상 사용하지 않습니다(적어도 현재는 아니며 가까운 미래에도 사용하지 않음).
물론 빼놓을 수 없는(?)키 구성확대:
나는 당나귀의 수년 동안 감사하게 사용해 왔습니다.
답변4
결국 나는 Firefox용 추가 기능을 찾았습니다.VimFx하나는 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