30 lines
839 B
1
tags: programming,funny,games,recurse-center
2
3
# A hilarious shared keyboard key
4
5
I saw [@itseieio](https://bsky.app/profile/itseieio.bsky.social) made this new website.
6
7
[Global Caps Lock](http://globalcapslock.com) -- it works on linux, mac and windows.
8
9
I was able to fire it up in OSX pretty quickly on my personal macbook (I would never run this on a work machine)
10
11
```
12
git clone git@github.com/nolenroyalty/global-capslock.git
13
cd global-capslock
14
python3 -m venv path/to/venv
15
source path/to-venv/bin/activate
16
pip install -r requirements.txt
17
pytohn client.py
18
```
19
20
Lo and behold, I was synchronized.
21
22
I love silly social things like this.
23
24
Who else was I connected to?
25
26
Why were they also installing this absolutely ill advised software onto their machine?
27
28
What was giving us this laugh over lunch really?
29
30
The machines aren't all bad.
31