aboutsummaryrefslogtreecommitdiff
path: root/etc/keystrokes.cfg
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
* 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.
* 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-141-0/+19
Affected packagings scripts: debian/roll-tarballs.sh debian/rules nx-libs.spec