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
cb40cc44
Commit
cb40cc44
authored
Mar 13, 2017
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Keystroke.c: remove unneeded capital keys for default keystrokes
parent
abf62421
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
Keystroke.c
nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
+0
-11
No files found.
nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
View file @
cb40cc44
...
...
@@ -97,15 +97,10 @@ char * nxagentSpecialKeystrokeNames[] = {
struct
nxagentSpecialKeystrokeMap
default_map
[]
=
{
/* stroke, modifierMask, modifierAltMeta, keysym */
{
KEYSTROKE_DEBUG_TREE
,
ControlMask
,
True
,
XK_q
},
{
KEYSTROKE_DEBUG_TREE
,
ControlMask
,
True
,
XK_Q
},
{
KEYSTROKE_CLOSE_SESSION
,
ControlMask
,
True
,
XK_t
},
{
KEYSTROKE_CLOSE_SESSION
,
ControlMask
,
True
,
XK_T
},
{
KEYSTROKE_SWITCH_ALL_SCREENS
,
ControlMask
,
True
,
XK_f
},
{
KEYSTROKE_SWITCH_ALL_SCREENS
,
ControlMask
,
True
,
XK_F
},
{
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_LEFT
,
ControlMask
,
True
,
XK_Left
},
{
KEYSTROKE_LEFT
,
ControlMask
,
True
,
XK_KP_Left
},
{
KEYSTROKE_UP
,
ControlMask
,
True
,
XK_Up
},
...
...
@@ -115,19 +110,13 @@ struct nxagentSpecialKeystrokeMap default_map[] = {
{
KEYSTROKE_DOWN
,
ControlMask
,
True
,
XK_Down
},
{
KEYSTROKE_DOWN
,
ControlMask
,
True
,
XK_KP_Down
},
{
KEYSTROKE_RESIZE
,
ControlMask
,
True
,
XK_r
},
{
KEYSTROKE_RESIZE
,
ControlMask
,
True
,
XK_R
},
{
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
},
{
KEYSTROKE_REGIONS_ON_SCREEN
,
ControlMask
,
True
,
XK_a
},
{
KEYSTROKE_REGIONS_ON_SCREEN
,
ControlMask
,
True
,
XK_A
},
{
KEYSTROKE_TEST_INPUT
,
ControlMask
,
True
,
XK_x
},
{
KEYSTROKE_TEST_INPUT
,
ControlMask
,
True
,
XK_X
},
{
KEYSTROKE_DEACTIVATE_INPUT_DEVICES_GRAB
,
ControlMask
,
True
,
XK_y
},
{
KEYSTROKE_DEACTIVATE_INPUT_DEVICES_GRAB
,
ControlMask
,
True
,
XK_Y
},
{
KEYSTROKE_VIEWPORT_MOVE_LEFT
,
ControlMask
|
ShiftMask
,
True
,
XK_Left
},
{
KEYSTROKE_VIEWPORT_MOVE_LEFT
,
ControlMask
|
ShiftMask
,
True
,
XK_KP_Left
},
{
KEYSTROKE_VIEWPORT_MOVE_UP
,
ControlMask
|
ShiftMask
,
True
,
XK_Up
},
...
...
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