1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Lisp Machine風xmodmap

Posted at

Emacsを使うなら、Spaceキーの隣から順に、
Ctrl,Altが並んでほしい。

かつ、日本語の変換はWindowsキーに割り当てている。

.Xmodmap
! 133 is Windows key
keycode 133 = Zenkaku_Hankaku Kanji Zenkaku_Hankaku Kanji
! 修飾子マップ mod4 から Win キーのコードを削除
remove mod4 = Super_L
! 101 is katakana_hiragana key
keycode 101 = Alt_R Meta_R Alt_R Meta_R

remove Control = Control_L
remove Control = Control_R

keycode 102 = Control_L NoSymbol Control_L
keycode 100 = Control_R NoSymbol Control_R

add Control = Control_L
add Control = Control_R
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?