[완료]오른쪽 알트키를 왼쪽 알트키 처럼 동작하게 만들고 싶습니다.

pamisu1의 이미지

웹페이지에서 알트+왼쪽 화살표를 하면 뒤로가기가 됩니다.
그런데, 오른쪽 알트+ 왼쪽 화살표를 하면 그게 되질 않습니다.

그 밖에도 콤피즈나 다른 유틸들의 단축키를 지정할 때도 오른쪽 알트키가 먹히질 않더군요.

그래서 xev를 실행해서 키보드의 키코드를 확인해보니, 다른 글쇠들은 모두 이름이 정상인데,
오른쪽 알트만 이름이 엉뚱하게 되어 있는 것을 발견했습니다.

이것 때문에 오른 쪽 알트키가 인식이 안되거나 또는 작동을 하지 않는 것 같습니다.
어떻게 해야 오른쪽 알트키를 작동하게 할 수 있을까요?

밑의 코드는 xev를 실행시킨 상태에서 오른쪽 알트키를 칠 때 나오는 메시지입니다.

KeyPress event, serial 31, synthetic NO, window 0x2600001,
    root 0xc1, subw 0x0, time 5884315, (79,-15), root:(86,568),
    state 0x10, keycode 113 (keysym 0xfe03, ISO_Level3_Shift), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False
 
KeyRelease event, serial 31, synthetic NO, window 0x2600001,
    root 0xc1, subw 0x0, time 5884398, (79,-15), root:(86,568),
    state 0x90, keycode 113 (keysym 0xfe03, ISO_Level3_Shift), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

코드를 보시면 keycode 113 (keysym 0xfe03, ISO_Level3_Shift) 부분이 잘못되었다는 걸 알 수 있을 겁니다.
이 잘못된 부분을 어떻게 해야 Alt_R과 같이 올바른 값으로 바꿀 수 있을까요?

이렇게 올바른 값으로 고쳐서 오른쪽 알트키가 제대로 동작한다면 참 좋겠습니다.

참고 삼아 xev 실행상태에서 왼쪽 알트키를 타이핑할 때 나오는 메지지도 같이 올립니다. 한번 비교해 보세요.

KeyPress event, serial 27, synthetic NO, window 0x2800001,
    root 0xc1, subw 0x0, time 446938, (37,-8), root:(652,16),
    state 0x10, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False
 
KeyRelease event, serial 30, synthetic NO, window 0x2800001,
    root 0xc1, subw 0x0, time 447115, (37,-8), root:(652,16),
    state 0x18, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False
송효진의 이미지

~/.Xmodmap
clear mod1
keycode 64 = Alt_L
keycode 113 = Alt_R
add mod1 = Alt_L
add mod1 = Alt_R

이건 될지 모르겠네요.

어쨌든 keymap (키보드 레이아웃)이 잘못 지정되었을거라는것에 백만스물한표 겁니다.
키보드 설정 가서 104키 영문 으로 맞추면 그냥 될것 같네요.

emerge money
http://wiki.kldp.org/wiki.php/GentooInstallSimple - 명령어도 몇개 안되요~
http://xenosi.de/

pamisu1의 이미지

알고봤더니 간단하더군요.

/etc/X11/xorg.conf 의 "InputDevice" Section 옵션 중에

       Option		"XkbOptions"	"lv3:ralt_switch"

부분을 다음과 같이 주석 처리해 주니 오른쪽 알트키가 제대로 동작 합니다.
#	Option		"XkbOptions"	"lv3:ralt_switch"

현재 제 키보드는 한/영 키와 한자 키를 포함하여 글쇠가 106 개입니다.
따라서 키보드 레이아웃도 코리아 106 키로 설정했습니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.