stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] beginner's problems


From: Mikael Jansson
Subject: Re: [STUMP] beginner's problems
Date: Sun, 20 Dec 2009 17:34:04 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Glen Rubin wrote:
> 
> (define-key *root-map* (kbd "C-t C-f") "exec firefox")
> 
> Unfortunately, it does not work.  and my experience with lisp is limited
> to fooling around a bit with emacs.
> 
*root-map* is the map you get /after/ pressing the prefix key.  So the
correct line reads, unless I got my own mapping wrong.

  (define-key *root-map* (kbd "C-f") "exec firefox")

Did you try that?

-- Mikael




reply via email to

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