Japanese translation of message catalog for Sawfish Window-Manager
修订版 | f4895b974c4575d82088403c8dc5c181ca903cdb (tree) |
---|---|
时间 | 2000-09-26 22:23:02 |
作者 | john <john> |
Commiter | john |
*** empty log message ***
@@ -1,5 +1,13 @@ | ||
1 | 1 | 2000-09-26 John Harper <john@dcs.warwick.ac.uk> |
2 | 2 | |
3 | + * sawfish/wm/commands/x-cycle.jl: the reverse key is now used | |
4 | + to cycle one step `backwards'. The cycle-windows function now | |
5 | + has a keyword arg STEP defining the direction (and magnitude) | |
6 | + of cycle steps | |
7 | + | |
8 | + * sawfish/wm/util/decode-events.jl (modifier-keysym-p): new | |
9 | + function | |
10 | + | |
3 | 11 | * sawfish/wm/commands/x-cycle.jl (cycle-windows): add the |
4 | 12 | modifiers of the invoking event to the cycle-reverse-event when |
5 | 13 | creating its binding |
@@ -99,8 +99,8 @@ | ||
99 | 99 | |
100 | 100 | (defcustom cycle-reverse-event "SPC" |
101 | 101 | "Reversal key: \\w" |
102 | - :tooltip "The key used to reverse direction when cycling through windows. | |
103 | -Has the active modifiers added to it." | |
102 | + :tooltip "The key used to cycle in the reverse direction. Has the active \ | |
103 | +modifiers added to it." | |
104 | 104 | :group (focus cycle) |
105 | 105 | :type event) |
106 | 106 |