Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
79a2b7b2
Commit
79a2b7b2
authored
May 08, 2019
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless "ignore" keystroke for Ctrl-Alt-Backspace
nxagent does not react on that anyway (see xkb/xkbDflts.h)
parent
a31d2801
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
keystrokes.cfg
etc/keystrokes.cfg
+0
-1
Keystroke.c
nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
+0
-2
No files found.
etc/keystrokes.cfg
View file @
79a2b7b2
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
<keystroke
action=
"fullscreen"
Control=
"1"
Shift=
"1"
AltMeta=
"1"
key=
"f"
/>
<keystroke
action=
"fullscreen"
Control=
"1"
Shift=
"1"
AltMeta=
"1"
key=
"f"
/>
<keystroke
action=
"minimize"
Control=
"1"
AltMeta=
"1"
key=
"m"
/>
<keystroke
action=
"minimize"
Control=
"1"
AltMeta=
"1"
key=
"m"
/>
<keystroke
action=
"defer"
Control=
"1"
AltMeta=
"1"
key=
"e"
/>
<keystroke
action=
"defer"
Control=
"1"
AltMeta=
"1"
key=
"e"
/>
<keystroke
action=
"ignore"
Control=
"1"
AltMeta=
"1"
key=
"BackSpace"
/>
<keystroke
action=
"force_synchronization"
Control=
"1"
AltMeta=
"1"
key=
"j"
/>
<keystroke
action=
"force_synchronization"
Control=
"1"
AltMeta=
"1"
key=
"j"
/>
<keystroke
action=
"resize"
Control=
"1"
AltMeta=
"1"
key=
"r"
/>
<keystroke
action=
"resize"
Control=
"1"
AltMeta=
"1"
key=
"r"
/>
<keystroke
action=
"viewport_move_left"
Control=
"1"
Shift=
"1"
AltMeta=
"1"
key=
"Left"
/>
<keystroke
action=
"viewport_move_left"
Control=
"1"
Shift=
"1"
AltMeta=
"1"
key=
"Left"
/>
...
...
nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
View file @
79a2b7b2
...
@@ -113,8 +113,6 @@ struct nxagentSpecialKeystrokeMap default_map[] = {
...
@@ -113,8 +113,6 @@ struct nxagentSpecialKeystrokeMap default_map[] = {
{
KEYSTROKE_FULLSCREEN
,
ControlMask
|
ShiftMask
,
True
,
XK_f
},
{
KEYSTROKE_FULLSCREEN
,
ControlMask
|
ShiftMask
,
True
,
XK_f
},
{
KEYSTROKE_MINIMIZE
,
ControlMask
,
True
,
XK_m
},
{
KEYSTROKE_MINIMIZE
,
ControlMask
,
True
,
XK_m
},
{
KEYSTROKE_DEFER
,
ControlMask
,
True
,
XK_e
},
{
KEYSTROKE_DEFER
,
ControlMask
,
True
,
XK_e
},
{
KEYSTROKE_IGNORE
,
ControlMask
,
True
,
XK_BackSpace
},
{
KEYSTROKE_IGNORE
,
0
,
False
,
XK_Terminate_Server
},
{
KEYSTROKE_FORCE_SYNCHRONIZATION
,
ControlMask
,
True
,
XK_j
},
{
KEYSTROKE_FORCE_SYNCHRONIZATION
,
ControlMask
,
True
,
XK_j
},
#ifdef DUMP
#ifdef DUMP
{
KEYSTROKE_REGIONS_ON_SCREEN
,
ControlMask
,
True
,
XK_a
},
{
KEYSTROKE_REGIONS_ON_SCREEN
,
ControlMask
,
True
,
XK_a
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment