Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

MyXmodmap

Ubuntu中通过xmodmap 将super和alt键替换位置

xmodmap ~/.Xmodmap

将操作写入bashrc中

#执行按键的重新映射
if [ -f ~/.Xmodmap ]; then xmodmap ~/.Xmodmap; fi

详细的方法

About

a method to swap Alt_L and Super_L

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors