Skip to content

Instantly share code, notes, and snippets.

View perguth's full-sized avatar
🎈

Per Guth perguth

🎈
View GitHub Profile
@perguth
perguth / keyboardLayout.json
Created October 29, 2024 07:26 — forked from tdegrunt/keyboardLayout.json
Visual Studio Code (vscode/code) Colemak keyboard layout
{
"layout": {
"id": "com.apple.keylayout.Colemak",
"localizedName": "Colemak",
"lang": "en"
},
"rawMapping": {
"KeyA": {
"value": "a",
"valueIsDeadKey": false,
<!DOCTYPE html>
<html>
<head>
<script>
function startTime() {
var today=new Date();
var alarm=new Date(today.getFullYear(),today.getMonth(),today.getDate(),11,00,00,0);
show(today,'current');
show(alarm,'alarm');