• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
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

Revisióna9f41b7fa5422f86adc790aba78eb0d06224126c (tree)
Tiempo1999-08-14 19:56:44
Autorjohn <john>
Commiterjohn

Log Message

add a label to the bindings' group noting that keybindings aren't
implemented

Cambiar Resumen

Diferencia incremental

--- a/lisp/keymaps.jl
+++ b/lisp/keymaps.jl
@@ -97,3 +97,12 @@ of a window.")
9797 (bind-keys menu-button-keymap
9898 "Button1-Off" 'popup-window-menu
9999 "Button3-Off" 'delete-window)
100+
101+
102+;; placeholder for customize
103+
104+(defcustom keymap-dummy nil
105+ ""
106+ :type none
107+ :group bindings
108+ :widget (lambda () '(label "Keybinding customization is unimplemented.")))
--- a/lisp/sawfish/wm/keymaps.jl
+++ b/lisp/sawfish/wm/keymaps.jl
@@ -97,3 +97,12 @@ of a window.")
9797 (bind-keys menu-button-keymap
9898 "Button1-Off" 'popup-window-menu
9999 "Button3-Off" 'delete-window)
100+
101+
102+;; placeholder for customize
103+
104+(defcustom keymap-dummy nil
105+ ""
106+ :type none
107+ :group bindings
108+ :widget (lambda () '(label "Keybinding customization is unimplemented.")))