summaryrefslogtreecommitdiff
path: root/src/etc/stackrpms-thinkpad-p50s/Xmodmap
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/stackrpms-thinkpad-p50s/Xmodmap')
-rw-r--r--src/etc/stackrpms-thinkpad-p50s/Xmodmap20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/etc/stackrpms-thinkpad-p50s/Xmodmap b/src/etc/stackrpms-thinkpad-p50s/Xmodmap
new file mode 100644
index 0000000..8d9cee6
--- /dev/null
+++ b/src/etc/stackrpms-thinkpad-p50s/Xmodmap
@@ -0,0 +1,20 @@
+! File: /etc/stackrpms-thinkpad-p50s/Xmodmap
+! Location: stackrpms-thinkpad-p50s package
+! Author: bgstack15
+! SPDX-License-Identifier: GPL-3.0
+! Startdate: 2019-12-26
+! Title: Common Xmodmap for Thinkpad P50s platform
+! Package: stackrpms-thinkpad-p50s
+! Purpose: custom Xmodmap for Thinkpad P50s
+! History:
+! 2022-11-03 adapted for package
+! Usage:
+! in ~/.fluxbox/startup (possibly symlinked to /etc/stackrpms-thinkpad-p50s/fluxbox.startup), run `xmodmap /etc/stackrpms-thinkpad-p50s/Xmodmap`
+! Reference:
+! xev
+! Improve:
+! Documentation:
+! last modified: 2022-11-03-5 14:36
+
+! turn calculator key into context menu key
+keycode 148 = Menu
bgstack15