stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] removing all keybindings from .stumpwmrc


From: Martin Oppegaard
Subject: Re: [STUMP] removing all keybindings from .stumpwmrc
Date: Thu, 12 Jan 2012 22:18:20 +0100

Hi!

> 
> Is there a way to remove all keybindings from *root-map*?
> 
> I want to clear the *root-map* and then define new bindings.
> 

Without a REPL at my hands - you can do something like (mapcar (lambda (x)
(undefine-key *root-map* x)) *root-map*). Or maybe (setf *root-map* nil) is
equivalent.




reply via email to

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