stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] Super key doesn't work


From: Tyler Smith
Subject: Re: [STUMP] Super key doesn't work
Date: Sun, 02 Mar 2014 20:03:31 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10


On 02/03/14 07:18 PM, David Bjergaard wrote:
Here's my thoughts (some pedagogical, I apologize if they're old news to
you.)
No problem, I appreciate the extra info.

I have the following in my .stumprc:

(in-package :stumpwm)
(run-shell-command "xmodmap ~/.Xmodmap")
(set-prefix-key (kbd "M-j"))
As far as StumpWM is concerned, it doesn't matter what keycodes are
mapped to what physical keys, your prefix key is <Alt>-j
(alt-lower-case-j).  (I'm sure you know this, but I just want to make it
clear.)
Got it!
(define-key *top-map* (kbd "S-TAB") "fnext")
You want (kbd "s-TAB"), "S-TAB" corresponds to shift.

Well that was easy. Thanks!

Tyler



reply via email to

[Prev in Thread] Current Thread [Next in Thread]