Ubuntu: Windows key as Ctrl

1) in terminal:

setxkbmap -option altwin:ctrl_win

2) to make it permanently:

sudo vi /etc/default/layout

add this line:

XKBOPTIONS="altwin:ctrl_win"

猜你喜欢

转载自www.cnblogs.com/brep/p/9000716.html