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"
原文地址:https://www.cnblogs.com/brep/p/9000716.html