• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

修订版f4895b974c4575d82088403c8dc5c181ca903cdb (tree)
时间2000-09-26 22:23:02
作者john <john>
Commiterjohn

Log Message

*** empty log message ***

更改概述

差异

--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
11 2000-09-26 John Harper <john@dcs.warwick.ac.uk>
22
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+
311 * sawfish/wm/commands/x-cycle.jl (cycle-windows): add the
412 modifiers of the invoking event to the cycle-reverse-event when
513 creating its binding
--- a/lisp/sawfish/wm/commands/x-cycle.jl
+++ b/lisp/sawfish/wm/commands/x-cycle.jl
@@ -99,8 +99,8 @@
9999
100100 (defcustom cycle-reverse-event "SPC"
101101 "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."
104104 :group (focus cycle)
105105 :type event)
106106