A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 23:17
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:advanced:nx-keyboard-shortcuts?rev=13633…
New Revision: http://wiki.x2go.org/doku.php/wiki:advanced:nx-keyboard-shortcuts
Edit Summary:
User : sunweaver
@@ -1,29 +1,29 @@
====== Customize NX Keyboard Shortcuts ======
- ===== General remarks =====
+ ===== General Remarks =====
- ==== necessary X2go version ====
+ ==== Necessary X2Go Version ====
The feature described below has only recently (as of 2012-12-06) been added to X2go and is currently **experimental**, further testing is necessary. You will need a new nightly build to try it out.
- ==== about this Wiki page ====
+ ==== About this Wiki Page ====
This Wiki page is largely a
copy of the ''README.keystrokes'' in
[[http://code.x2go.org/gitweb?p=nx-libs.git;a=summary]] Please keep them in
sync.
- ==== about nxagent ====
+ ==== About nxagent ====
- nxagent is the process that an X2go _server_ executes. Therefore the configuration described below
- is evaluated on an X2go Server and you have to place your configuration file on the _server_.
+ ''nxagent'' is the process that an X2Go Server executes. Therefore the configuration described below
+ is evaluated on an X2Go Server and you have to place your configuration file on the server.
- ===== Configurable keybindings in nxagent =====
+ ===== Configurable Key Bindings in nxagent =====
- Keybindings in the redistributed x2go version of nxagent can now be configured
+ Key bindings in the redistributed X2Go version of nxagent (aka nx-libs, NX redistributed) can now be configured
by the user. This is done via a configuration file.
- ===== File location =====
+ ===== File Location =====
nxagent searches for the configuration file in the following order:
* in the location given by the ''-keystrokefile'' command line parameter
* in the location given by the NXAGENT_KEYSTROKEFILE environment variable
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 23:15
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: ---
New Revision: http://wiki.x2go.org/doku.php/wiki:advanced:nx-keyboard-shortcuts
Edit Summary: created
User : sunweaver
====== Customize NX Keyboard Shortcuts ======
===== General remarks =====
==== necessary X2go version ====
The feature described below has only recently (as of 2012-12-06) been added to X2go and is currently **experimental**, further testing is necessary. You will need a new nightly build to try it out.
==== about this Wiki page ====
This Wiki page is largely a copy of the ''README.keystrokes'' in
[[http://code.x2go.org/gitweb?p=nx-libs.git;a=summary]] Please keep them in
sync.
==== about nxagent ====
nxagent is the process that an X2go _server_ executes. Therefore
the configuration described below
is evaluated on an X2go Server and you have to place your configuration file on the _server_.
===== Configurable keybindings in nxagent =====
Keybindings in the redistributed x2go version of nxagent can now be configured
by the user. This is done via a configuration file.
===== File location =====
nxagent searches for the configuration file in the following order:
* in the location given by the ''-keystrokefile'' command line parameter
* in the location given by the NXAGENT_KEYSTROKEFILE environment variable
* in ~/.nx/config/keystroke.cfg
* in /etc/nx/keystroke.cfg
If none of those files is accessible, the default configuration is used which
is the same as the old, traditional nxagent keybindings.
===== File format =====
The configuration file is XML with the following format:
<code xml>
<!DOCTYPE NXKeystroke>
<keystrokes>
<keystroke action="fullscreen" AltMeta="1" Control="1" key="b" />
<keystroke action="minimize" AltMeta="1"
Control="1" key="space" />
<keystroke action="minimize" key="Escape" Shift="1" />
<keystroke action="close_session" key="F7" />
<keystroke action="fullscreen" key="F7" Mod1="1" />
<keystroke action="fullscreen" key="F6" Mod1="1" />
<keystroke action="force_synchronization" key="f" />
<keystroke action="fullscreen" key="space" Mod1="0" Mod2="0" Control="0" Shift="0" AltMeta="0" />
</keystrokes>
</code>
Each ''action'' defines an action to be executed when receiving that keystroke. A
list of possible actions is given below. Some of those actions are only
available with debug builds of nxagent.
Keys are given as a combination of ''key'' and (optionally) a number of
modifiers. The key attribute is evaluated into a X11 key via the usual
XStringToKeysym function. A list of possible keys can be found in
/usr/include/X11/keysymdef.h, the names are specified without the leading
''XK_''. Evaluation is case-sensitive, so, ''space'' and ''Escape'' will work while
''Space'' and ''escape''
won't.
Modifiers are given as boolean attributes, possible modifiers are Mod1, Mod2,
Mod3, Mod4, Control, Shift, Lock. Sensible combinations strongly depend on your
keyboard configuration, but usually you will need Mod1 and Control. Boolean in
this context means ''0'', ''false'' and an unspecified attribute are false, anything
else is considered true.
Everything in this file is case-sensitive. Unknown lines are ignored.
Keybindings are evaluated from top to bottom, so if a keybinding matches, other
keybindings further down will be ignored. The contents of the file replaces the
default keybindings, and only one file is read, no merging between different
configuration files is done. This also means that an empty or invalid configuration
file deactivates all keybindings.
===== List of possible ''action'' attributes =====
* **close_session**
* This terminates the session
* **switch_all_screens**
* **minimize**
* This will minimize the client window (even for fullscreen
sessions)
* **left**
* **up**
* **right**
* **down**
* **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.
* **defer**
* Works like 'ignore' to make some keys be ignored / defunc inside the session
* **ignore**
* Makes it possible to add 'ignore', as in nothing happens when certain keys are pressed
* **fullscreen**
* Turns the client window into, or out of, fullscreen mode.
* **viewport_move_left**
* moves the desktop to the left
* **viewport_move_up**
* moves the desktop up
* **viewport_move_right**
* moves the desktop to the right
* **viewport_move_down**
* moves the desktop down
Only in builds with certain debugging options enabled, ignored otherwise:
* **force_synchronization**
* forces the drawing
of elements to be synchronized which can fix some visual bugs.
* **debug_tree**
* **regions_on_screen**
* **test_input**
* **deactivate_input_devices_grab**
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 23:14
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:advanced:start?rev=1363302789
New Revision: http://wiki.x2go.org/doku.php/wiki:advanced:start
Edit Summary: [X2Go Server Advanced]
User : sunweaver
@@ -12,8 +12,9 @@
* [[wiki:advanced:multi-node:x2goserver-pgsql|X2Go Server with Postgres DB Backend]]
* [[wiki:advanced:desktopbindings|X2Go Bindings for different Desktop Shell]]
* [[wiki:advanced:published-applications|X2Go Published Applications]]
* [[wiki:advanced:desktopbranding|X2Go Desktop Branding]]
+ * [[wiki:advanced:nx-keyboard-shortcuts|Customize NX Keyboard Shortcuts]]
===== X2Go Printing Revisited =====
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 23:13
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:components:nxagent_keyboard_shortcuts?re…
New Revision: http://wiki.x2go.org/doku.php/wiki:components:nxagent_keyboard_shortcuts
Edit Summary: removed
User : sunweaver
@@ -1,111 +1 @@
- ==== General remarks ====
-
- === necessary X2go version ===
-
- The feature described below has only recently (as of 2012-12-06) been added to X2go and is currently **experimental**, further testing is necessary. You will need a new nightly build to try it out.
-
- === about this Wiki page ===
-
- This Wiki page is largely a copy of the ''README.keystrokes'' in
- [[http://code.x2go.org/gitweb?p=nx-libs.git;a=summary]] Please keep them in
- sync.
-
- === about
nxagent ===
-
- nxagent is the process that an X2go _server_ executes. Therefore the configuration described below
- is evaluated on an X2go Server and you have to place your configuration file on the _server_.
-
- ==== Configurable keybindings in nxagent ====
-
- Keybindings in the redistributed x2go version of nxagent can now be configured
- by the user. This is done via a configuration file.
-
- ==== File location ====
-
- nxagent searches for the configuration file in the following order:
- * in the location given by the ''-keystrokefile'' command line parameter
- * in the location given by the NXAGENT_KEYSTROKEFILE environment variable
- * in ~/.nx/config/keystroke.cfg
- * in /etc/nx/keystroke.cfg
-
- If none of those files is accessible, the default configuration is used which
- is the same as the old, traditional nxagent keybindings.
-
- ==== File format ====
-
- The configuration file is XML with the following format:
-
- <code xml>
- <!DOCTYPE
NXKeystroke>
- <keystrokes>
- <keystroke action="fullscreen" AltMeta="1" Control="1" key="b" />
- <keystroke action="minimize" AltMeta="1" Control="1" key="space" />
- <keystroke action="minimize" key="Escape" Shift="1" />
- <keystroke action="close_session" key="F7" />
- <keystroke action="fullscreen" key="F7" Mod1="1" />
- <keystroke action="fullscreen" key="F6" Mod1="1" />
- <keystroke action="force_synchronization" key="f" />
- <keystroke action="fullscreen" key="space" Mod1="0" Mod2="0" Control="0" Shift="0" AltMeta="0" />
- </keystrokes>
- </code>
-
- Each ''action'' defines an action to be executed when receiving that keystroke. A
- list of possible actions is given below. Some of those actions are only
- available with debug builds of nxagent.
-
- Keys are given as a combination of ''key'' and (optionally) a number of
- modifiers. The key attribute is evaluated into a X11 key via the usual
- XStringToKeysym function. A list of possible keys can be found in
-
/usr/include/X11/keysymdef.h, the names are specified without the leading
- ''XK_''. Evaluation is case-sensitive, so, ''space'' and ''Escape'' will work while
- ''Space'' and ''escape'' won't.
-
- Modifiers are given as boolean attributes, possible modifiers are Mod1, Mod2,
- Mod3, Mod4, Control, Shift, Lock. Sensible combinations strongly depend on your
- keyboard configuration, but usually you will need Mod1 and Control. Boolean in
- this context means ''0'', ''false'' and an unspecified attribute are false, anything
- else is considered true.
-
- Everything in this file is case-sensitive. Unknown lines are ignored.
- Keybindings are evaluated from top to bottom, so if a keybinding matches, other
- keybindings further down will be ignored. The contents of the file replaces the
- default keybindings, and only one file is read, no merging between different
- configuration files is done. This also means that an empty or invalid configuration
- file deactivates all keybindings.
-
-
==== List of possible ''action'' attributes ====
-
- * **close_session**
- * This terminates the session
- * **switch_all_screens**
- * **minimize**
- * This will minimize the client window (even for fullscreen sessions)
- * **left**
- * **up**
- * **right**
- * **down**
- * **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.
- * **defer**
- * Works like 'ignore' to make some keys be ignored / defunc inside the session
- * **ignore**
- * Makes it possible to add 'ignore', as in nothing happens when certain keys are pressed
- * **fullscreen**
- * Turns the client window into, or out of, fullscreen mode.
- * **viewport_move_left**
- * moves the desktop to the left
- * **viewport_move_up**
- * moves the
desktop up
- * **viewport_move_right**
- * moves the desktop to the right
- * **viewport_move_down**
- * moves the desktop down
-
- Only in builds with certain debugging options enabled, ignored otherwise:
- * **force_synchronization**
- * forces the drawing of elements to be synchronized which can fix some visual bugs.
- * **debug_tree**
- * **regions_on_screen**
- * **test_input**
- * **deactivate_input_devices_grab**
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 23:13
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:advanced:start?rev=1363302665
New Revision: http://wiki.x2go.org/doku.php/wiki:advanced:start
Edit Summary: [X2Go Admin Center]
User : sunweaver
@@ -18,8 +18,10 @@
===== X2Go Printing Revisited =====
* [[wiki:advanced:multi-node:x2goserver-printing|Multi-Node Printing with X2Go]]
===== X2Go Admin Center =====
+
+ X2Go Admin Center is a Qt4 GUI project enabling the administration of users, groups, hosts, X2Go sessions and more (plugins) with the help of a graphical interface. It is (as of 2013-03-15) in the stage of early development.
* [[wiki:advanced:administration:start|X2Go Admin Center]]
* [[wiki:advanced:administration:cipux|Use
X2Go Admin Center with CipUX]]
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 23:12
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:components:admincenter?rev=1362749499
New Revision: http://wiki.x2go.org/doku.php/wiki:components:admincenter
Edit Summary: removed
User : sunweaver
@@ -1,7 +1 @@
- ====== X2Go Admin Center ======
-
- x2goadmincenter is a Qt4 GUI project enabling the administration of users, groups, hosts, X2Go sessions and more (plugins) with the help of a graphical interface.
-
- It is in the stage of early development. More documentation is to come...
-
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 23:12
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:components:start?rev=1363302444
New Revision: http://wiki.x2go.org/doku.php/wiki:components:start
Edit Summary: removed
User : sunweaver
@@ -1,23 +1 @@
- ====== X2Go Components ======
- THIS PAGE IS CURRENTLY MOVED TO OTHER PARTS OF THIS WIKI. THE ''component'' NAMESPACE WILL SOON DISAPPEAR!!!
-
-
-
-
- ===== Miscellaneous Components =====
-
- ----
-
- <menu col=3,align=center,caption="Advanced X2Go Setups">
- <item>X2Go Plugin|X2Go Client as Browser Plugin|[[wiki:components:x2goplugin]]|{{:wiki:litte-phoca.png|}}</item>
- <item>X2Go Multi-Display|GNU/LInux|[[wiki:components:multi-display]]|{{:wiki:litte-phoca.png|}}</item>
- <item>X2Go Admin
Center|GNU/Linux|[[wiki:components:x2goadmincenter]]|{{:wiki:litte-phoca.png|}}</item>
- <item>X2Go Printing|GNU/Linux|[[wiki:components:printing]]|{{:wiki:litte-phoca.png|}}</item>
- <item>Desktop Branding|GNU/Linux|[[wiki:components:desktop-branding]]|{{:wiki:litte-phoca.png|}}</item>
- <item>X2Go TCE|Thin Client Environment under Debian GNU/Linux|[[wiki:components:tce]]|{{:wiki:litte-phoca.png|}</item>
- <item>X2Go Live|Live-CD including X2Go|[[wiki:components:x2golive]]|{{:wiki:litte-phoca.png|}}</item>
- <item>Published Apps|Published Applications|[[wiki:components:published-applications]]|{{:wiki:litte-phoca.png|}}</item>
- </menu>
-
- ----
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 23:11
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:advanced:start?rev=1363302611
New Revision: http://wiki.x2go.org/doku.php/wiki:advanced:start
Edit Summary: [X2Go Admin Center]
User : sunweaver
@@ -19,8 +19,9 @@
* [[wiki:advanced:multi-node:x2goserver-printing|Multi-Node Printing with X2Go]]
===== X2Go Admin Center =====
+ * [[wiki:advanced:administration:start|X2Go Admin Center]]
* [[wiki:advanced:administration:cipux|Use X2Go Admin Center with CipUX]]
===== X2Go Thin Client Environment (TCE) =====
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 23:10
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:components:x2goadmincenter?rev=1362749499
New Revision: http://wiki.x2go.org/doku.php/wiki:components:x2goadmincenter
Edit Summary: removed
User : sunweaver
@@ -1,11 +1 @@
- ====== X2Go Site Administration ======
- (wiki documentation todo) -> FIXME
-
- ===== X2Go Admin Center =====
-
- (wiki documentation todo) -> FIXME
-
- ===== X2Go Admin Server =====
-
- (wiki documentation todo) -> FIXME
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/