From a2232eed703e1caa3fa7d5ff495dd6e1a0ff550b Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 4 Dec 2012 08:53:29 +0100 Subject: [PATCH] add xmodmap --- Makefile | 2 +- Xmodmap | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 Xmodmap diff --git a/Makefile b/Makefile index a9d1cb5..92acff6 100644 --- 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 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 + + -- 2.48.1