<div dir="ltr">Hi All,<div><br></div><div>I am using x2go under Windows 7 with the latest VcXsrv. I connect to an Arch server and mainly using Emacs. In Emacs there are shortcut keys like Ctrl+Alt+A and Ctrl+Alt+K. But it seems like Emacs does not aware of these keys. </div><div><br></div><div>I found I need to change the default shortcut by changing the ~/.x2go/config/keystrokes.cfg</div><div>So I changed them to the Ctrl+Alt+Fn key like:</div><div><br></div><div><div><!DOCTYPE NXKeystroke></div><div><keystrokes></div><div><keystroke action="close_session" Control="1" AltMeta= "1" Shift="1" key="F4" /></div><div><keystroke action="switch_all_screens" Control="1"  AltMeta= "1" key="F11" /></div><div><keystroke action="minimize" Control="1" AltMeta= "1" key="F4" /></div><div><keystroke action="resize" Control="1" AltMeta= "1" key="F10" /></div><div><keystroke action="defer" Control="1" AltMeta= "1" key="F3" /></div><div><keystroke action="ignore" Control="1" AltMeta= "1" key="F12" /></div><div><keystroke action="force_synchronization" Control="1" AltMeta= "1" key="F5" /></div><div><keystroke action="debug_tree" Control="1" AltMeta= "1" key="F6" /></div><div><keystroke action="regions_on_screen" Control="1" AltMeta= "1" key="F9" /></div><div><keystroke action="test_input" Control="1" AltMeta= "1" key="F1" /></div><div><keystroke action="deactivate_input_devices_grab" Control="1" AltMeta= "1" key="F2" /></div><div><keystroke action="fullscreen" Control="1" Shift="1" AltMeta= "1" key="F10" /></div><div><keystroke action="viewport_move_left" Control="1" Shift="1" AltMeta= "1" key="Left" /></div><div><keystroke action="viewport_move_up" Control="1" Shift="1" AltMeta= "1" key="Up" /></div><div><keystroke action="viewport_move_right" Control="1" Shift="1" AltMeta= "1" key="Right" /></div><div><keystroke action="viewport_move_down" Control="1" Shift="1" AltMeta= "1" key="Down" /></div><div></keystrokes></div><div><br></div></div><div>Even after doing this, the Ctrl+Alt+A does not work still. But it seems this file actually take effects. Because the Ctrl+Alt+F does not work like before.</div><div><br></div><div>Can you give me some hint for this?</div><div><br></div><div><br></div></div>