aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* nxagent: Add keystroke for dumping the current clipboard stateUlrich Sibiller2020-05-311-0/+1
|
* nxagent: Add autograb mode.Ulrich Sibiller2019-08-271-0/+1
| | | | | | | You can now toggle between autograb mode by pressing CTRL-ALT-G (default, can be adjusted in keystrokes.cfg). Fixes ArcticaProject/nx-libs#384.
* Remove useless "ignore" keystroke for Ctrl-Alt-BackspaceUlrich Sibiller2019-05-101-1/+0
| | | | nxagent does not react on that anyway (see xkb/xkbDflts.h)
* keystrokes.cfg: Add missing Shift=1 for viewport_move_up/down/rightUlrich Sibiller2019-02-151-6/+6
| | | | | | | These keystrokes where the same as their viewport_scroll variants and made the latter being disabled. Fixes ArcticaProject/nx-libs#770
* etc/nxagent.keyboard: Drop file. Not required anymore.Mike Gabriel2018-07-031-1/+0
|
* Keystrokes: rename left/up/right/down keystrokes to descriptive namesUlrich Sibiller2017-04-031-9/+9
| | | | | | The are now called reflecting their purpose: viewport_scroll_left/up/right/down. This also regroups all the keystrokes referring to viewport stuff.
* keystrokes.cfg: remove debug keystrokesUlrich Sibiller2017-04-031-4/+0
| | | | | | | | | | | | Normal builds will not contain support for some keystrokes but warn about unknown keystroke actions: Info: ignoring unknown keystroke action 'debug_tree'. Info: ignoring unknown keystroke action 'regions_on_screen'. Info: ignoring unknown keystroke action 'test_input'. Info: ignoring unknown keystroke action 'deactivate_input_devices_grab'. So we remove those from the default keystrokes config.
* keystrokes.cfg: add missing keystrokesUlrich Sibiller2017-04-031-0/+12
|
* Keystroke.c: add new keystroke to reread keystroke configUlrich Sibiller2017-03-131-0/+1
| | | | Default is ctrl-alt-k
* Keystroke.c: arrange switch_all_screens and fullscreen close togetherUlrich Sibiller2017-03-131-1/+1
| | | | | Both use the same keystroke 'f' (with different modifiers) for a very similar function.
* Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. ↵Mike Gabriel2017-02-261-754/+0
| | | | | | | | | | | | | | | | | | | Content of that file is now hard-coded. Adopting an exact copy of os/oscolor.c from X.org leads to this compiler warning: ``` oscolor.c:844:1: warning: string length ‘7614’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] }; ^ ``` This will be address later in coordination with X.org. Note: there is a tiny change in oscolor.c as we ship it. The original X.org file includes <X11/keysym.h> which seems unneeded. We drop that one line from oscolor.c. Fixes ArcticaProject/nx-libs#259.
* nxagent.keyboard: add quotesUlrich Sibiller2016-10-301-1/+1
|
* Makefile,debian/*,nx-libs.spec,<misc>: Drop references to X2Go Project, esp. ↵Mike Gabriel2016-06-291-1/+0
| | | | | | | | | | | | drop x2goagent. The x2goagent package is being replaced by an x2goserver bin:package named x2goserver-x2goagent. This x2goserver-x2goagent bin:package will be maintained in the X2Go Project's namespace and basically wraps around nxagent. Furthermore, declare Arctica Project as upstream source for nx-libs.
* etc/keystrokes.cfg: fix whitespace errors.Mihai Moldovan2015-04-271-16/+16
|
* Move all config files from $(srcbase)/debian/ into $(srcbase)/etc/ folder.Mike Gabriel2015-02-144-0/+775
Affected packagings scripts: debian/roll-tarballs.sh debian/rules nx-libs.spec