From 73bff9902d6ce46b35fc187163f6177fca6a419b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 2 Dec 2012 10:30:57 +0100 Subject: further swapped left alt. (one less) with q MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- .gitignore | 7 +++++++ Makefile | 4 ++-- README | 2 +- sv-maandree.map | 5 +++-- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e6d128 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/_/ +\#*\# +.\#* +*~ +*.swp +*.bak +*.gz diff --git a/Makefile b/Makefile index a1994b1..e8e1ec3 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/README b/README index 9f3094c..c9b4339 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3-70-g09d2