aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright yearsUlrich Sibiller2023-04-281-4/+4
* nxagent: make nxagentX2go a Boolean everywhereUlrich Sibiller2021-06-081-1/+1
* nxagent: make X2GO support optionalUlrich Sibiller2021-06-081-1/+5
* nxagent: fix RESIZE dialog text to not end with a linefeedUlrich Sibiller2021-06-081-2/+2
* nxagent: make nxagentForceSynchronization a BooleanUlrich Sibiller2021-01-151-1/+1
* nxagent: Add keystroke for dumping the current clipboard stateUlrich Sibiller2020-05-311-0/+6
* Keystroke.c: whitespace fixesUlrich Sibiller2020-05-071-6/+6
* Keystroke.c: fix typoUlrich Sibiller2020-05-071-1/+1
* Dialog.c: show configured keystrokes in dialogsUlrich Sibiller2020-05-071-24/+105
* Keystroke.c: fix formatting of keystrokesUlrich Sibiller2020-01-061-1/+1
* Keystroke.c: Grammar fix in stdout message (Current known -> Currently known).Mike Gabriel2019-09-171-1/+1
* nxagent: Add autograb mode.Ulrich Sibiller2019-08-271-1/+8
* Keystroke.c: fix wrong return codeUlrich Sibiller2019-08-271-1/+4
* Keystroke.c: use SAFE_freeUlrich Sibiller2019-08-061-2/+2
* Drop Ipaq supportUlrich Sibiller2019-06-271-8/+0
* Remove useless "ignore" keystroke for Ctrl-Alt-BackspaceUlrich Sibiller2019-05-101-2/+0
* Replace MIN/MAX macros by min/max from misc.hUlrich Sibiller2018-08-231-1/+1
* Keystroke.c: replace calloc + 2 * strcpy by asprintfUlrich Sibiller2018-01-071-3/+1
* Improve keystroke file handlingUlrich Sibiller2017-07-161-52/+35
* Revert "Switch from using libNX_X11's deprecated XKeycodeToKeysym() function ...Ulrich Sibiller2017-05-041-9/+4
* Keystrokes: rename left/up/right/down keystrokes to descriptive namesUlrich Sibiller2017-04-031-39/+39
* Keystroke.c: move some vars to inner scopeUlrich Sibiller2017-04-031-5/+2
* Init keystrokes at startup and reconnectUlrich Sibiller2017-04-031-9/+3
* Keystroke.c: avoid use of comparisons on "False"Ulrich Sibiller2017-04-031-21/+13
* Keystroke.c: use Booleans where appropriateUlrich Sibiller2017-04-031-13/+13
* Keystroke.h: improve parse_keystroke_file()Ulrich Sibiller2017-04-031-35/+44
* Keystroke.c: introduce nxagentDumpKeystrokes()Ulrich Sibiller2017-04-031-0/+34
* Keystroke.c/h: completely disable keystrokes that are not active at compile timeUlrich Sibiller2017-04-031-10/+21
* Keystroke.c: detect duplicate keystroke definitionsUlrich Sibiller2017-04-031-0/+23
* Keystroke.c: use KEYSTROKE_NOTHINGUlrich Sibiller2017-04-031-3/+3
* Keystroke.c: ignore CapsLock and NumLock most of the timeUlrich Sibiller2017-03-191-0/+10
* Keystroke.c: remove unneeded capital keys for default keystrokesUlrich Sibiller2017-03-131-11/+0
* Keystroke.c: add new keystroke to reread keystroke configUlrich Sibiller2017-03-131-4/+30
* Keystroke.c: simplify parse_keystroke_fileUlrich Sibiller2017-03-131-36/+15
* Keystroke.c: fix formattingUlrich Sibiller2017-03-131-1/+1
* Keystroke.c: use an own environment variable for X2GoUlrich Sibiller2017-03-131-3/+10
* Keystroke.c: make nxagentKeystrokeFileParsed localUlrich Sibiller2017-03-131-4/+5
* Keystroke.c: add missing Mod5 modifierUlrich Sibiller2017-03-131-0/+1
* Keystroke.c: fix code orderUlrich Sibiller2017-03-131-1/+3
* Keystroke.h: sane struct initUlrich Sibiller2017-03-131-0/+1
* Keystroke.c: Fix modifier handlingUlrich Sibiller2017-03-131-1/+2
* Keystroke.c: more/fixed debug outputUlrich Sibiller2017-03-131-2/+17
* Keystroke: whitespace fixesUlrich Sibiller2017-03-131-1/+1
* Keystroke.c: arrange switch_all_screens and fullscreen close togetherUlrich Sibiller2017-03-131-3/+3
* Keystroke.c: print keystroke name in TEST modeUlrich Sibiller2017-03-131-2/+6
* Keystroke.c: improve TEST outputUlrich Sibiller2017-03-131-3/+3
* Keystroke.c: add another FIXMEUlrich Sibiller2017-03-131-0/+2
* Keystroke.c: Simplify read_binding_from_xmlnodeUlrich Sibiller2017-03-131-16/+17
* Keystroke.c: use symbols instead of integersUlrich Sibiller2017-03-131-2/+4
* Keystroke.c: Boolify read_binding_from_xmlnodeUlrich Sibiller2017-03-131-44/+44