Skip to content

Instantly share code, notes, and snippets.

@RoastPotatoes
RoastPotatoes / ibm
Created April 19, 2015 20:34
Colemak us layout with backslash and backspace switched for ssk
default partial alphanumeric_keys modifier_keys
xkb_symbols "basic" {
name[Group1]= "English (US)";
key <TLDE> { [ grave, asciitilde ] };
key <AE01> { [ 1, exclam ] };
key <AE02> { [ 2, at ] };
key <AE03> { [ 3, numbersign ] };
key <AE04> { [ 4, sterling ] };
@RoastPotatoes
RoastPotatoes / colemak portion
Last active August 29, 2015 14:19
Changing backspace for ssk
// Colemak symbols for xkb on X.Org Server 7.x
// 2006-01-01 Shai Coleman, http://colemak.com/
partial alphanumeric_keys
xkb_symbols "colemak" {
include "us"
name[Group1]= "English (Colemak)";
key <TLDE> { [ grave, asciitilde, dead_tilde, asciitilde ] };