gcmd-devel
[Top][All Lists]
Advanced

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

[gcmd-dev] [NEW] User action bindings: migration to XML cfg


From: Piotr Eljasiak
Subject: [gcmd-dev] [NEW] User action bindings: migration to XML cfg
Date: Mon, 07 Sep 2009 18:11:30 +0200

Hi folks,

Just FYI - I've moved the user action bindings from former
~/.gnome2/gnome-commander to ~/.gnome-commander/gnome-commander.xml XML
cfg file. From user perspective - nothing changes.

Data reside in <KeyBindings> section and the syntax follows the attached
snippet:

<KeyBindings>
  <Key name="5" control="1" action="plugins.execute_python"
options="md5sum"/>
  <Key name="kp.5" control="1" action="plugins.execute_python"
options="md5sum"/>
  <Key name="f" control="1" action="connections.open"/>
  <Key name="f" shift="1" control="1" action="connections.close"/>
  <Key name="f" super="1" action="edit.search"/>
</KeyBindings>


Enjoy,
Piotr





reply via email to

[Prev in Thread] Current Thread [Next in Thread]