K
K
Krypt2015-06-07 18:36:05
JSON
Krypt, 2015-06-07 18:36:05

In openSUSE, how do I set the Scroll Lock indicator toggle using the... Scroll Lock key?

It is necessary that the Scroll Lock key toggle the Scroll Lock indicator and nothing else. All that has been done so far is to turn off the indicator completely.
I would like to solve this issue in a quick way, without resorting to smoking mana.
What for? The gloomy Chinese genius soldered my keyboard backlight to the Scroll Lock key indicator (but what, it's not used!)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Belyaev, 2018-08-14
@Cr1stalz

More or less like this:

const users = require('./users.json');
for(const id of Object.getOwnPropertyNames(users)) {
  const {name, rank} = users[id];
  console.log(`Пользователь ${name} с рангом ${rank} имеет ID ${id}`);
}

A
Andrey Burov, 2015-06-07
@Krypt

#on
xset led 3 
#off
xset -led 3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question