Japanese translation of message catalog for Sawfish Window-Manager
Revisión | a9f41b7fa5422f86adc790aba78eb0d06224126c (tree) |
---|---|
Tiempo | 1999-08-14 19:56:44 |
Autor | john <john> |
Commiter | john |
add a label to the bindings' group noting that keybindings aren't
implemented
@@ -97,3 +97,12 @@ of a window.") | ||
97 | 97 | (bind-keys menu-button-keymap |
98 | 98 | "Button1-Off" 'popup-window-menu |
99 | 99 | "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."))) |
@@ -97,3 +97,12 @@ of a window.") | ||
97 | 97 | (bind-keys menu-button-keymap |
98 | 98 | "Button1-Off" 'popup-window-menu |
99 | 99 | "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."))) |