Answer the question
In order to leave comments, you need to log in
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
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}`);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question