User Tools

Site Tools


wiki:components:nxagent_keyboard_shortcuts

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:components:nxagent_keyboard_shortcuts [2012/12/14 19:28]
tan Added description on most of the actions
wiki:components:nxagent_keyboard_shortcuts [2013/03/14 23:13]
sunweaver removed
Line 76: Line 76:
 ==== List of possible ''action'' attributes ==== ==== List of possible ''action'' attributes ====
  
-  * close_session+  * **close_session**
     * This terminates the session     * This terminates the session
-  * switch_all_screens +  * **switch_all_screens** 
-  * minimize+  * **minimize**
     * This will minimize the client window (even for fullscreen sessions)     * This will minimize the client window (even for fullscreen sessions)
-  * left +  * **left** 
-  * up +  * **up** 
-  * right +  * **right** 
-  * down +  * **down** 
-  * resize+  * **resize**
     * This action switches between the auto-resize and viewport mode (static size). The default is auto-resize. In viewport mode one can use the 'viewport_move_up','viewport_move_down','viewport_move_left' and 'viewport_move_right' actions to move the desktop around.     * This action switches between the auto-resize and viewport mode (static size). The default is auto-resize. In viewport mode one can use the 'viewport_move_up','viewport_move_down','viewport_move_left' and 'viewport_move_right' actions to move the desktop around.
-  * defer+  * **defer**
     * Works like 'ignore' to make some keys be ignored / defunc inside the session     * Works like 'ignore' to make some keys be ignored / defunc inside the session
-  * ignore+  * **ignore**
     * Makes it possible to add 'ignore', as in nothing happens when certain keys are pressed     * Makes it possible to add 'ignore', as in nothing happens when certain keys are pressed
-  * fullscreen+  * **fullscreen**
     * Turns the client window into, or out of, fullscreen mode.     * Turns the client window into, or out of, fullscreen mode.
-  * viewport_move_left+  * **viewport_move_left**
     * moves the desktop to the left     * moves the desktop to the left
-  * viewport_move_up+  * **viewport_move_up**
     * moves the desktop up     * moves the desktop up
-  * viewport_move_right+  * **viewport_move_right**
     * moves the desktop to the right     * moves the desktop to the right
-  * viewport_move_down+  * **viewport_move_down**
     * moves the desktop down     * moves the desktop down
  
 Only in builds with certain debugging options enabled, ignored otherwise: Only in builds with certain debugging options enabled, ignored otherwise:
-  * force_synchronization+  * **force_synchronization**
     * forces the drawing of elements to be synchronized which can fix some visual bugs.     * forces the drawing of elements to be synchronized which can fix some visual bugs.
-  * debug_tree +  * **debug_tree** 
-  * regions_on_screen +  * **regions_on_screen** 
-  * test_input +  * **test_input** 
-  * deactivate_input_devices_grab+  * **deactivate_input_devices_grab**