ubuntu开机启动小键盘命令
1.执行下面代码
sudo apt-get install numlockx
sudo vim /etc/rc.local
3 把下面的内容添加到上面打开的文件的最后
if [-x /usr/bin/numlockx ]; then
numlockx on
fi
4 关机重起
1.执行下面代码
sudo apt-get install numlockx
sudo vim /etc/rc.local
3 把下面的内容添加到上面打开的文件的最后
if [-x /usr/bin/numlockx ]; then
numlockx on
fi
4 关机重起