Commit d90c457c authored by Mike Gabriel's avatar Mike Gabriel

Use a keystrokes.cfg that reflects the normally hard-coded defaults of a vanilla…

Use a keystrokes.cfg that reflects the normally hard-coded defaults of a vanilla nxagent. (Fixes: #223).
parent ead1e823
...@@ -2,6 +2,8 @@ nx-libs (2:3.5.0.21-0) UNRELEASED; urgency=low ...@@ -2,6 +2,8 @@ nx-libs (2:3.5.0.21-0) UNRELEASED; urgency=low
* Provide a default keystrokes.cfg in /etc/nx (for nxagent) and /etc/x2go * Provide a default keystrokes.cfg in /etc/nx (for nxagent) and /etc/x2go
(for x2goagent). (Fixes: #199). (for x2goagent). (Fixes: #199).
* Use a keystrokes.cfg that reflects the normally hard-coded defaults of
a vanilla nxagent. (Fixes: #223).
* Set NXAGENT_KEYSTROKEFILE to /etc/x2go/keystrokes.cfg for wrapper x2goagent. * Set NXAGENT_KEYSTROKEFILE to /etc/x2go/keystrokes.cfg for wrapper x2goagent.
* For vanilla nxagent move keystrokes.cfg from /etc/nx to /etc/nxagent. * For vanilla nxagent move keystrokes.cfg from /etc/nx to /etc/nxagent.
* Tarball roller script: * Tarball roller script:
......
<!DOCTYPE NXKeystroke> <!DOCTYPE NXKeystroke>
<keystrokes> <keystrokes>
<keystroke action="fullscreen" AltMeta="1" Control="1" key="b" /> <keystroke action="close_session" Control="1" key="t" />
<keystroke action="minimize" AltMeta="1" Control="1" key="space" /> <keystroke action="switch_all_screens" Control="1" key="f" />
<keystroke action="minimize" key="Escape" Shift="1" /> <keystroke action="minimize" Control="1" key="m" />
<keystroke action="close_session" key="F7" /> <keystroke action="resize" Control="1" key="r" />
<keystroke action="fullscreen" key="F7" Mod1="1" /> <keystroke action="defer" Control="1" key="e" />
<keystroke action="fullscreen" key="F6" Mod1="1" /> <keystroke action="ignore" Control="1" key="BackSpace" />
<keystroke action="force_synchronization" key="f" /> <keystroke action="force_synchronization" Control="1" key="j" />
<keystroke action="fullscreen" key="space" Mod1="0" Mod2="0" Control="0" Shift="0" AltMeta="0" /> <keystroke action="debug_tree" Control="1" key="q" />
<keystroke action="regions_on_screen" Control="1" key="a" />
<keystroke action="test_input" Control="1" key="x" />
<keystroke action="deactivate_input_devices_grab" Control="1" key="y" />
<keystroke action="fullscreen" Control="1" Shift="1" key="f" />
<keystroke action="viewport_move_left" Control="1" Shift="1" key="Left" />
<keystroke action="viewport_move_up" Control="1" key="Up" />
<keystroke action="viewport_move_right" Control="1" key="Right" />
<keystroke action="viewport_move_down" Control="1" key="Down" />
</keystrokes> </keystrokes>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment