리눅스용 파이어폭스에서 이맥스 키 바인딩을 사용하는 방법입니다.
gconf-editor를 실행한 후, /desktop/gnome/interface/gtk_key_theme 값을 Emacs로 변경하면 됩니다.
아니면 다음 명령어를 실행하시면 됩니다.
이제 파이어폭스에서도 이맥스의 키 바인딩을 사용하실 수 있을 겁니다.
(파이어폭스뿐만 아니라 다른 모든 GTK 응용 프로그램에서도 공통적으로 사용할 수 있는 듯합니다.)
사용할 수 있는 키 바인딩은 다음과 같습니다.
출처 : http://kb.mozillazine.org/Emacs_Keybindings_(Firefox)
gconf-editor를 실행한 후, /desktop/gnome/interface/gtk_key_theme 값을 Emacs로 변경하면 됩니다.
아니면 다음 명령어를 실행하시면 됩니다.
gconftool-2 --set /desktop/gnome/interface/gtk_key_theme Emacs --type string
이제 파이어폭스에서도 이맥스의 키 바인딩을 사용하실 수 있을 겁니다.
(파이어폭스뿐만 아니라 다른 모든 GTK 응용 프로그램에서도 공통적으로 사용할 수 있는 듯합니다.)
사용할 수 있는 키 바인딩은 다음과 같습니다.
- Ctrl+A : Go to beginning of line
- Ctrl+E : Go to end of line
- Ctrl+F : Go right one character
- Ctrl+B : Go left one character
- Ctrl+P : Go to previous line ("up") (only works in multiline text areas)
- Ctrl+N : Go to next line ("down") (only works in multiline text areas)
- Ctrl+K : Delete to end of line (if cursor is at the end of the line, deletes the following newline)
- Ctrl+U : Delete entire line (different from readline, in which Ctrl+U deletes to the beginning of the line)
- Ctrl+W : Delete word, left
- Ctrl+H : Delete character, left (backspace)
- Ctrl+D : Delete character, right
출처 : http://kb.mozillazine.org/Emacs_Keybindings_(Firefox)
'Linux' 카테고리의 다른 글
| Shooting Yourself in the Foot 유닉스 버전 (2) | 2008/04/05 |
|---|---|
| 리눅스와 윈도우의 줄 바꿈 문자(개행 문자) 차이 (2) | 2008/04/05 |
| 리눅스용 파이어폭스에서 이맥스 키 바인딩 사용하기 (0) | 2008/04/03 |
| 그놈(GNOME) 2.22 출시 (4) | 2008/03/13 |
| 리눅스 프로그램 실행 속도를 향상 시켜주는 preload (6) | 2008/03/05 |
| 나의 젠투 설치기 (12) | 2008/02/20 |




