stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Problems (bug?) with bindings in top maps


From: z_axis
Subject: Re: [STUMP] Problems (bug?) with bindings in top maps
Date: Wed, 01 Jan 2014 07:48:15 +0800
User-agent: Opera Mail/11.62 (FreeBSD)

What does "this sequence is just passed to the current window" mean ? The following works here:

(defcommand move-window-right (val) (:number)
  "Move current floating window right by VAL."
  (float-window-move-resize (current-window)
                            :x (+ (window-x (current-window)) val)))
;...
(define-key *float-group-top-map* (kbd "s-Left" ) "move-window-right -1")
;...

Regards!
在 Wed, 01 Jan 2014 03:49:19 +0800,Alex Kost <address@hidden> 写道:

this sequence is just passed
to the current window


--
使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/




reply via email to

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