Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
faq [2013/03/12 10:39] – libexecdir is determined by distribution. hashimofaq [2013/09/30 20:42] – How can I see a list of all the shortcut keys? greagle
Line 163: Line 163:
 ===Is it possible to change the default shortcut keys?=== ===Is it possible to change the default shortcut keys?===
 Yes, of course... Keyboard shortcuts are defined on two locations. The shortcuts to handle the window manager are defined in the Settings Manager > Window Manager Settings > Keyboard. The ''Default'' theme can not be changed, but when you add a theme you can change that one. More global keyboard shortcuts, like volume adjustements, can be found in Settings Manager > Keyboard Preferences > Shortcuts. Again you need to add a new theme before you can start customizing it. Yes, of course... Keyboard shortcuts are defined on two locations. The shortcuts to handle the window manager are defined in the Settings Manager > Window Manager Settings > Keyboard. The ''Default'' theme can not be changed, but when you add a theme you can change that one. More global keyboard shortcuts, like volume adjustements, can be found in Settings Manager > Keyboard Preferences > Shortcuts. Again you need to add a new theme before you can start customizing it.
 +
 +===How can I see a list of all the shortcut keys?===
 +Use the following command, which will produce a nicely formatted text list to standard output:
 +  xfconf-query -c xfce4-keyboard-shortcuts -l -v | cut -d'/' -f4 | awk '{printf "%30s", $2; print "\t" $1}' | sort | uniq
 +If you want to put this list into a file, add ''> filename'' at the end of command.
  
 ===How do I make a shortcut that doesn't steal focus?=== ===How do I make a shortcut that doesn't steal focus?===
Line 258: Line 263:
 === I want to disable the trash, home and filesystem icons on my desktop, is that possible? === === I want to disable the trash, home and filesystem icons on my desktop, is that possible? ===
  
-Yes. In Settings > Desktop > Icons > Appearence, select 'None'.+Yes. In Settings > Desktop > Icons > Appearance, select 'None'.
  
  
 === My Xfce Desktop doesn't have any shortcut icons, why? === === My Xfce Desktop doesn't have any shortcut icons, why? ===
    
-You can adjust this via Settings > Desktop > Icons > Appearence.+You can adjust this via Settings > Desktop > Icons > Appearance.
  
  
Line 358: Line 363:
 ===== Panels ===== ===== Panels =====
  
-=== How do I disable the taskbar ===+=== How do I disable the taskbar in Xfce 4.2? ===
  
 Just don't run it at startup... Just don't run it at startup...