Japanese translation of message catalog for Sawfish Window-Manager
リビジョン | 0b0433471601376957e1d57694872adba6fd96ff (tree) |
---|---|
日時 | 2014-08-20 04:01:30 |
作者 | Christopher Roy Bratusek <nano@jpbe...> |
コミッター | Christopher Roy Bratusek |
disable raise-windows-on-focus in tabbing if not set via SawfishConfig
@@ -607,11 +607,11 @@ sticky, unsticky, fixed-position." | ||
607 | 607 | (nth 1 (frame-style-tabbars-support win))))) |
608 | 608 | (case current-pos |
609 | 609 | ((top) (warp-cursor (+ (car (window-position win)) start-right (nth 4 tab-pos-list) (quotient (nth 6 tab-pos-list) 2)) |
610 | - (+ (quotient (- (cdr (window-frame-dimensions win)) (cdr (window-dimensions win)) 2) 2) (cdr (window-position win))))) | |
610 | + (+ (quotient (- (cdr (window-frame-dimensions win)) (cdr (window-dimensions win)) 4) 2) (cdr (window-position win))))) | |
611 | 611 | ((bottom) (warp-cursor (+ (car (window-position win)) start-right (nth 4 tab-pos-list) (quotient (nth 6 tab-pos-list) 2)) |
612 | 612 | (+ (quotient (- (cdr (window-frame-dimensions win)) (cdr (window-dimensions win))) 2) |
613 | - (cdr (window-position win)) (cdr (window-dimensions win)) 2))) | |
614 | - ((left) (warp-cursor (+ (quotient (- (car (window-frame-dimensions win)) (car (window-dimensions win)) 2) 2) (car (window-position win))) | |
613 | + (cdr (window-position win)) (cdr (window-dimensions win))))) | |
614 | + ((left) (warp-cursor (+ (quotient (- (car (window-frame-dimensions win)) (car (window-dimensions win)) 4) 2) (car (window-position win))) | |
615 | 615 | (- (+ (cdr (window-position win)) (cdr (window-dimensions win))) start-right (nth 7 tab-pos-list) |
616 | 616 | (quotient (nth 9 tab-pos-list) 2)))) |
617 | 617 | ((right) (warp-cursor (+ (quotient (- (car (window-frame-dimensions win)) (car (window-dimensions win))) 2) |
@@ -645,7 +645,7 @@ of the windows the same 'tab-group property" | ||
645 | 645 | |
646 | 646 | (define timer-raise nil) |
647 | 647 | (define (focus-in-tab win) |
648 | - (let ((timer-wait (if raise-windows-on-focus raise-window-timeout '500))) | |
648 | + (let ((timer-wait (if raise-windows-on-focus raise-window-timeout '1))) | |
649 | 649 | (if (or (eq focus-mode 'click) |
650 | 650 | (eq (window-get win 'focus-mode) 'click)) |
651 | 651 | (setq timer-wait '1)) |