mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
	
		
			566 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
	
		
			566 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
% labwc-actions(5)
 | 
						|
% Johan Malm
 | 
						|
% 31 Aug, 2020
 | 
						|
 | 
						|
# NAME
 | 
						|
 | 
						|
labwc - actions
 | 
						|
 | 
						|
# ACTIONS
 | 
						|
 | 
						|
Actions are used in key bindings.
 | 
						|
 | 
						|
Action syntax:
 | 
						|
 | 
						|
    <action name="NAME">
 | 
						|
      OPTION
 | 
						|
    </action>
 | 
						|
 | 
						|
where `NAME` is the name of the action as listed below, and `OPTION` is a set
 | 
						|
of tags specific to each action as defined below.
 | 
						|
 | 
						|
`Execute`
 | 
						|
 | 
						|
:   Execute command specified by `<command>` option.
 | 
						|
 | 
						|
`Exit`
 | 
						|
 | 
						|
:   Exit labwc.
 | 
						|
 | 
						|
`NextWindow`
 | 
						|
 | 
						|
:   Cycle focus to next window.
 | 
						|
 | 
						|
`Reconfigure`
 | 
						|
 | 
						|
:   Re-load configuration and theme files
 | 
						|
 | 
						|
# SEE ALSO
 | 
						|
 | 
						|
labwc(1), labwc-config(5), labwc-theme(5)
 |