]> git.rmz.io Git - dotfiles.git/commitdiff
add xmodmap
authorSamir Benmendil <ram-z@chakra-project.org>
Tue, 4 Dec 2012 07:53:29 +0000 (08:53 +0100)
committerSamir Benmendil <ram-z@chakra-project.org>
Tue, 4 Dec 2012 07:53:29 +0000 (08:53 +0100)
Makefile
Xmodmap [new file with mode: 0644]

index a9d1cb5664470c6d21e80d35528b091f28552f41..92acff662885d5e2e2e7a0a6b57b3d8eaeb0a76e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ APATH := $(realpath .)
 RPATH := $(subst $(wildcard ~/),,$(APATH))
 
 FILES := bin
-DOTFILES := aliases bash* conky* flexget vim* xbindkeysrc zsh*
+DOTFILES := aliases bash* conky* flexget vim* xbindkeysrc Xmodmap zsh*
 
 .PHONY: install $(FILES) $(DOTFILES)
 install: $(FILES) $(DOTFILES)
diff --git a/Xmodmap b/Xmodmap
new file mode 100644 (file)
index 0000000..7279766
--- /dev/null
+++ b/Xmodmap
@@ -0,0 +1,19 @@
+! Adds the F13-F19 keys
+keycode 191 = F13
+keycode 192 = F14
+keycode 193 = F15
+keycode 194 = F16
+keycode 195 = F17
+keycode 196 = F18
+keycode 197 = F19
+
+! Since I'am unable to create new key-names, existing ones
+! have to be used. To see all names xmodmap accepts, run:
+! sudo dumpkeys -l
+! Expose key: fn+F3
+keycode 128 = F23
+! Dashboard: fn+F4
+keycode 212 = F24
+
+