Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
rasky
libvncserver
Commits
3dff7658
Commit
3dff7658
authored
May 28, 2006
by
steven_carr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KeyboardLedState Encoding Masks are now defined for portability
parent
1955526d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
rfbproto.h
rfb/rfbproto.h
+18
-0
No files found.
rfb/rfbproto.h
View file @
3dff7658
...
...
@@ -461,6 +461,9 @@ typedef struct {
#define rfbEncodingQualityLevel9 0xFFFFFFE9
/*****************************************************************************
*
* Server -> client message definitions
...
...
@@ -547,6 +550,21 @@ typedef struct {
* left-to-right within a scanline with no padding in between.
*/
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* KeyboardLedState Encoding. The X coordinate contains the Locked Modifiers
* so that a remote troubleshooter can identify that the users 'Caps Lock'
* is set... (It helps a *lot* when the users are untrained)
*/
#define rfbKeyboardMaskShift 1
#define rfbKeyboardMaskCapsLock 2
#define rfbKeyboardMaskControl 4
#define rfbKeyboardMaskAlt 8
#define rfbKeyboardMaskMeta 16
#define rfbKeyboardMaskSuper 32
#define rfbKeyboardMaskHyper 64
#define rfbKeyboardMaskNumLock 128
#define rfbKeyboardMaskScrollLock 256
#define rfbKeyboardMaskAltGraph 512
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* CopyRect Encoding. The pixels are specified simply by the x and y position
...
...
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