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 <alez...@gmail.com> 写道:
this sequence is just passed
to the current window
--
使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/
_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/stumpwm-devel