Ubuntu Pastebin

Paste from markiv at Sun, 17 May 2015 16:33:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
// add section to evdev.xml

xkb_symbols "basic"
{
	name[Group1] = "markiv";

	include "us(basic)"

	key <TLDE> { [ Alt_L,  Alt_L  ] };
	modifier_map Mod1 { <TLDE> };

	key <CAPS> { [ Ctrl_L ] };
	modifier_map Control { <CAPS> };
	
};
Download as text