A
A
Anton Ivanov2017-01-14 14:18:38
Keyboard
Anton Ivanov, 2017-01-14 14:18:38

What is a quiet ergonomic keyboard?

Hello everyone
I took care of choosing a new keyboard. I am currently using Kinesis Freestyle, but it is too loud (before the baby was born, it was not stressful, now it is)
I can no longer work on a normal (straight) keyboard, I have an Apple Keyboard, I tried to change to it, they immediately start sore wrists (actually, that's why I switched to Freestyle).
Having searched on the bourgeois and runet, from more or less similar to the quiet one, I found only the Microsoft Sculpt Ergonomic Keyboard, but maybe there are other options? Yes, and preferably for OS X keyboard :)
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Astrohas, 2017-07-10
@Xasthul

import time
print('Dowloading: ', end='')

count = 0

while count <= 30:
    print('#', end='', flush=True)
    count += 1
    time.sleep(0.5)
print()
print('Dowloading complete.')

input()

D
Dmitry, 2017-07-10
@LazyTalent

import time

count = 0
print('Downloading: ', end='')
while count < 31:
    print('#', end='', flush=True)
    count += 1
    time.sleep(0.5)
print('\nDowloading complete.')

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question