del
Tofloor
poster avatar
jesterjke
deepin
2016-02-27 08:55
Author
Edited by jesterjke at 2019-4-25 03:19

deleted thread
Reply Favorite View the author
All Replies
tristar
deepin
2016-02-27 09:10
#1
in the terminal:

nano .bashrc
put your code in the last line, save and exit from editor
then reboot your comp to see effect
Reply View the author
Thefinaldoom
deepin
2016-02-27 09:15
#2
Try adding it to ~ / .profile


Or run this command in a terminal.


  1. echo "" >> ~/.profile
  2. echo "# Description of the command bellow" >> ~/.profile
  3. echo "setxkbmap -option caps:ctrl_modifier" >> ~/.profile

Copy the Code
Reply View the author