[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:44715] mozilla, htmlBindings.xml



会津の森です.

sarge を使っています.最近,mozilla を更新
したところ,

/usr/lib/mozilla/res/builtin/platformhtmlBindings.xml 

がなくなったようです.

いままで以下のような修正を個人的にしていたのですが、
更新後,この修正を適用することができなくなりました.

同等なことを行なう方法をご存知の方、いましたら、方
法、URL等を教えて頂ければと思います。


--- platformHTMLBindings.xml.kmorig	2005-07-19 04:11:32.000000000 +0900
+++ platformHTMLBindings.xml	2005-08-22 18:03:31.000000000 +0900
@@ -6,6 +6,21 @@
  
   <binding id="inputFields">
     <handlers>
+    <handler event="keypress" key="a"  modifiers="control"
+        command="cmd_beginLine"/>
+    <handler event="keypress" key="e"  modifiers="control"
+        command="cmd_endLine"/>
+    <handler event="keypress" key="b"  modifiers="control"
+        command="cmd_charPrevious"/>
+    <handler event="keypress" key="f"  modifiers="control"
+        command="cmd_charNext"/>
+    <handler event="keypress" key="k"  modifiers="control"
+        command="cmd_deleteToEndOfLine"/>
+    <handler event="keypress" key="h"  modifiers="control"
+        command="cmd_deleteCharBackward"/>
+    <handler event="keypress" key="d"  modifiers="control"
+        command="cmd_deleteCharForward"/>
+
     <handler event="keypress" key="y" modifiers="accel"
         command="cmd_redo"/>
     <handler event="keypress" key="z" modifiers="accel,shift" command="cmd_redo"/>


森 和好