Re: [STUMP] Super key doesn't work
Tyler Smith <[email protected]>
| Newsgroups | gmane.comp.window-managers.stumpwm.devel |
|---|---|
| Message-ID | <[email protected]> |
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