LoginSignup
6
6

More than 5 years have passed since last update.

linuxでもenthumble

Last updated at Posted at 2014-05-11

Linuxでもenthumbleを使いたかったので、xmodmapの設定ファイルを書いてみた。
適宜、自分の使いたい設定をコメントアウトして、ファイルをホームディレクトリに置いて、
~/.xprofileなどに"xmodmap ~/.Xmodmap"と追記するだけ。

.Xmodmap

keycode 102 = Mode_switch 

! Enter Esc
keycode 65 = space NoSymbol Return Return
keycode 100 = Henkan_Mode NoSymbol Escape Escape

! WASD
keycode 25 = w W Up Up
keycode 38 = a A Left Left
keycode 39 = s S Down Down
keycode 40 = d D Right Right

! HJKL
!keycode 43 = h H Left Left
!keycode 44 = j J Down Down
!keycode 45 = k K Up Up
!keycode 46 = l L Right Right

! IJKL
!keycode 31 = i I Up Up
!keycode 44 = j J Left Left
!keycode 45 = k K Down Down
!keycode 46 = l L Right Right

! FBNP
!keycode 41 = f F Right Right
!keycode 56 = b B Left Left
!keycode 57 = n N Down Down
!keycode 33 = p P Up Up
6
6
1

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
6
6