diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-12-02 10:30:57 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-12-02 10:30:57 +0100 |
commit | 73bff9902d6ce46b35fc187163f6177fca6a419b (patch) | |
tree | 5a7dcbd981f02623a2cf2c39d7b74f248cb501f5 | |
parent | m (diff) | |
download | my-keyboard-73bff9902d6ce46b35fc187163f6177fca6a419b.tar.gz my-keyboard-73bff9902d6ce46b35fc187163f6177fca6a419b.tar.bz2 my-keyboard-73bff9902d6ce46b35fc187163f6177fca6a419b.tar.xz |
further swapped left alt. (one less) with q
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | sv-maandree.map | 5 |
4 files changed, 13 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e6d128 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/_/ +\#*\# +.\#* +*~ +*.swp +*.bak +*.gz @@ -7,9 +7,9 @@ use: install loadkeys "$(MAP)" compress: - gzip -9f < "$(MAP).map" > ""$(MAP).map.gz"" + gzip -9f < "$(MAP).map" > "$(MAP).map.gz" -install: +install: compress install -m644 "$(MAP).map.gz" "/usr/share/kbd/keymaps/i386/qwerty/" clean: @@ -5,7 +5,7 @@ FEATURES: • xterm compatible, Emacs is better if it thinks you are using xterm • switch to any of the 63 VT:s • swapped left control with caps lock -• swapped left alternative with less +• swapped (left alternative → less → q) • circumflex and title are dead • control+shift+[a-z] as alternative to meta+[a-z], for some reason C-S-x does not work • mapped meta+shift+[0-9] diff --git a/sv-maandree.map b/sv-maandree.map index e7afee0..1172af8 100644 --- a/sv-maandree.map +++ b/sv-maandree.map @@ -232,7 +232,7 @@ keycode 15 = Tab shift keycode 15 = Meta_Tab alt keycode 15 = Meta_Tab -control shift keycode 16 = Meta_q +control shift keycode 86 = Meta_q control shift keycode 17 = Meta_w control shift keycode 18 = Meta_e control shift keycode 19 = Meta_r @@ -314,7 +314,8 @@ string F190 = " " keycode 58 = Control -keycode 86 = Alt +keycode 16 = Alt +keycode 86 = q keycode 97 = Control |