Author Topic: automatic opening of the Num Lock key  (Read 9521 times)

wattoslove

  • Jr. Member
  • **
  • Posts: 17
    • View Profile
automatic opening of the Num Lock key
« on: February 14, 2016, 06:32:50 PM »
Hello, for automatic opening of the num lock keys, follow the procedures in the following locations.

First we build the packet from the terminal numlockx

Code: [Select]
sudo apt-get install numlockx
Then we open the default file

Code: [Select]
sudo leafpad  /etc/gdm3/Init/Default
We paste the following code into the file that opens

Code: [Select]
if [ -x /usr/bin/numlockx ]; then /usr/bin/numlockx on fi
He has a file's name and numlockx etc / init, we save into folders.