Editing Modified Hildon Desktop

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 7: Line 7:
Changes from hildon-desktop:
Changes from hildon-desktop:
-
* A few gconf keys affect the operation of hildon-desktop (change value of keys with the terminal command: <pre>gconftool-2 -s <key> -t <key type> <new value></pre>where <key type> is <code>int</code> for integer values and <code>bool</code> for true/false values):
+
* A few gconf keys affect the operation of hildon-desktop (change value of keys with the terminal command ''gconftool-2 -s <key> -t <key type> <new value>'', where <key type> is ''int'' for integer values and ''bool'' for true/false values):
-
** <code>/apps/osso/hildon-desktop/key-actions/home_contacts_phone</code><br /> If the value of this key is false, the phones and contacts applications will not be called when a key is pressed while in the home screen.
+
** /apps/osso/hildon-desktop/key-actions/home_contacts_phone<br /> If the value of this key is false, the phones and contacts applications will not be called when a key is pressed while in the home screen.
-
** <code>/apps/osso/hildon-desktop/key-actions/ctrl_backspace</code> (*)<br /> If the value of this key is false then ctrl-backspace is free for applications to use, instead of the default behaviour of jumping to task navigator.
+
** /apps/osso/hildon-desktop/key-actions/ctrl_backspace (*)<br /> If the value of this key is false then ctrl-backspace is free for applications to use, instead of the default behaviour of jumping to task navigator.
-
** <code>/apps/osso/hildon-desktop/key-actions/preset_shift_ctrl</code><br /> If the value of this key is true, ctrl-shift-x opens an xterm, ctrl-shift-p saves an image of the screen, ctrl-shift-n toggles composite mode and ctrl-shift-h jumps to home screen.
+
** /apps/osso/hildon-desktop/key-actions/preset_shift_ctrl<br /> If the value of this key is true, ctrl-shift-x opens an xterm, ctrl-shift-p saves an image of the screen, ctrl-shift-n toggles composite mode and ctrl-shift-h jumps to home screen.
-
** <code>/apps/osso/hildon-desktop/key-actions/dbus_shift_ctrl</code> (*)<br /> If the value of this key is true, then ctrl-shift-letter combinations are reported on the d-bus, allowing implementation of global shortcut keys. H,N,P,X are reported on the dbus only if the previous key is false.
+
** /apps/osso/hildon-desktop/key-actions/dbus_shift_ctrl (*)<br /> If the value of this key is true, then ctrl-shift-letter combinations are reported on the d-bus, allowing implementation of global shortcut keys. H,N,P,X are reported on the dbus only if the previous key is false.
-
** <code>/apps/osso/hildon-desktop/key-actions/launcher_navigator_accel</code><br /> If the value of this is true, icons in the launcher and task navigator can be selected by pressing corresponding keys:<br />In the task navigator, if the letter is pressed with shift or FN, the corresponding task is closed, instead of switched to.<br />Examples of how the key work:
+
** /apps/osso/hildon-desktop/key-actions/launcher_navigator_accel<br /> If the value of this is true, icons in the launcher and task navigator can be selected by pressing corresponding keys:<br />In the task navigator, if the letter is pressed with shift or FN, the corresponding task is closed, instead of switched to.<br />Examples of how the key work:
*** q selects leftmost icon in top row.
*** q selects leftmost icon in top row.
*** w selects second icon from left in top row.
*** w selects second icon from left in top row.
Line 19: Line 19:
*** z selects leftmost icon in third row.
*** z selects leftmost icon in third row.
*** v selects fourth icon from left in the third row.
*** v selects fourth icon from left in the third row.
-
** <code>/apps/osso/hildon-desktop/key-actions/dbus_launcher_navigator</code><br /> If the value of this key is true, a press of a letter key while in task navigator or launcher is reported on the d-bus. If the previous key is true, only letters not corresponding to icons are reported. If home_contacts_phone key is false, then also keys pressed while in home screen are reported.
+
** /apps/osso/hildon-desktop/key-actions/dbus_launcher_navigator<br /> If the value of this key is true, a press of a letter key while in task navigator or launcher is reported on the d-bus. If the previous key is true, only letters not corresponding to icons are reported. If home_contacts_phone key is false, then also keys pressed while in home screen are reported.
-
** <code>/apps/osso/hildon-desktop/key-actions/ctrl_backspace_in_tasknav</code><br /> The action when ctrl+backspace is pressed while the task navigator is showing is controlled by this integer key:
+
** /apps/osso/hildon-desktop/key-actions/ctrl_backspace_in_tasknav<br /> The action when ctrl+backspace is pressed while the task navigator is showing is controlled by this integer key:
**# Go to home screen.
**# Go to home screen.
**# Go to launcher.
**# Go to launcher.
Line 27: Line 27:
**# ctrl+backspace behaves like alt-tab on desktop (at least on KDE). While ctrl is pressed, every press of backspace rotates the windows. When ctrl is released, the selected (top left) window is activated.
**# ctrl+backspace behaves like alt-tab on desktop (at least on KDE). While ctrl is pressed, every press of backspace rotates the windows. When ctrl is released, the selected (top left) window is activated.
*** Any other value - do nothing.
*** Any other value - do nothing.
-
** <code>/apps/osso/hildon-desktop/key-actions/dbus_ctrl_shortcuts</code> (*)<br /> If this key is true, hildon desktop captures and reports on D-Bus the following combinations: ctrl+space, ctrl+comma, ctrl+period, ctrl+volume+/-. This conflicts with other uses for some of these combinations.
+
** /apps/osso/hildon-desktop/key-actions/dbus_ctrl_shortcuts (*)<br /> If this key is true, hildon desktop captures and reports on D-Bus the following combinations: ctrl+space, ctrl+comma, ctrl+period, ctrl+volume+/-. This conflicts with other uses for some of these combinations.
-
** <code>/apps/osso/hildon-desktop/key-actions/dbus_shortcuts_use_fn</code> (*)<br /> use ctrl+FN+key instead of ctrl+shift+key for D-Bus shortcuts. This is much easier to press, but conflicts with FN+ctrl for opening special keys window.
+
** /apps/osso/hildon-desktop/key-actions/dbus_shortcuts_use_fn (*)<br /> use ctrl+FN+key instead of ctrl+shift+key for D-Bus shortcuts. This is much easier to press, but conflicts with FN+ctrl for opening special keys window.
Keys marked with (*) are only read at start time, so you need to restart hildon-desktop (or reboot) for changes to take effect.
Keys marked with (*) are only read at start time, so you need to restart hildon-desktop (or reboot) for changes to take effect.
* Non-configurable changes:
* Non-configurable changes:
Line 34: Line 34:
** A d-bus signal set_state allows other programs to select the state (application, home screen, task navigator, launcher).
** A d-bus signal set_state allows other programs to select the state (application, home screen, task navigator, launcher).
** A d-bus signal activate_window with an int parameter n, for activating the nth window (in the order displayed in the task navigator) - only call this when task navigator is displayed or activating a full screen window.
** A d-bus signal activate_window with an int parameter n, for activating the nth window (in the order displayed in the task navigator) - only call this when task navigator is displayed or activating a full screen window.
-
** A D-Bus signal <code>activate_window_time</code> with an <code>int</code> parameter <code>n</code>, for activating the nth window (in order of last activation time). 0 is oldest. Use negative numbers for reverse order: -1 is newest. Same warning as in previous signal.
+
** A d-bus signal activate_window_time with an int parameter n, for activating the nth window (in order of last activation time). 0 is oldest. Use negative numbers for reverse order: -1 is newest. Same warning as in previous signal.
-
** Two signals similar to the previous two: <code>close_window</code> and <code>close_window_time</code>.
+
** Two signals similar to the previous two: close_window and close_window_time.
=== Settings examples ===
=== Settings examples ===
Line 48: Line 48:
[[Category:Software]]
[[Category:Software]]
-
[[Category:Fremantle]]
 

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)