Skip to content

Instantly share code, notes, and snippets.

View pinguinson's full-sized avatar

Nikita Gusak pinguinson

  • Meta
  • London, UK
View GitHub Profile
@pinguinson
pinguinson / keybr-colemakdh-ortholinear-split.js
Created January 7, 2023 18:47 — forked from jonnyirwin/keybr-colemakdh-ortholinear-split
Inspired by https://gist.github.com/Zyst/3f58009943653e7873d30f1c748cf9ce, the following is used to help setup keybr.com to work for learning ColemakDH and specifically on an ortholinear split keyboard.
// ==UserScript==
// @name KeyBR Colemak-DH Ortholinear Split
// @namespace http://tampermonkey.net/
// @version v1.0
// @description Switch Colemak layout in keybr.com to Colemak DH Ortholinear Split
// @author https://github.com/jonnyirwin
// @match https://www.keybr.com/
// @icon https://www.google.com/s2/favicons?domain=keybr.com
// @grant none
// ==/UserScript==
@pinguinson
pinguinson / KeyBR Colemak-DH ANSI.js
Created December 13, 2022 00:22 — forked from Zyst/KeyBR Colemak-DH ANSI.js
Makes the KeyBR Colemak Layout be Colemak-DH on an ANSI Keyboard. Install with TamperMonkey
// ==UserScript==
// @name KeyBR Colemak-DH
// @namespace http://tampermonkey.net/
// @version v1.1
// @description Switch Colemak layout in keybr.com to Colemak DH
// @author https://github.com/Zyst
// @match https://www.keybr.com/
// @icon https://www.google.com/s2/favicons?domain=keybr.com
// @grant none
// @contributors https://github.com/hilarycheng