Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b2b25916
Commit
b2b25916
authored
Nov 09, 2007
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(enum event_kind) [WINDOWSNT]: Likewise.
Add MULTIMEDIA_KEY_EVENT.
parent
addedb8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
src/termhooks.h
src/termhooks.h
+15
-4
No files found.
src/termhooks.h
View file @
b2b25916
...
...
@@ -132,10 +132,6 @@ enum event_kind
whose scroll bar was clicked in.
.timestamp gives a timestamp (in
milliseconds) for the click. */
#ifdef WINDOWSNT
W32_SCROLL_BAR_CLICK_EVENT
,
/* as for SCROLL_BAR_CLICK, but only generated
by MS-Windows scroll bar controls. */
#endif
SELECTION_REQUEST_EVENT
,
/* Another X client wants a selection from us.
See `struct selection_input_event'. */
SELECTION_CLEAR_EVENT
,
/* Another X client cleared our selection. */
...
...
@@ -200,6 +196,21 @@ enum event_kind
#ifdef HAVE_GPM
,
GPM_CLICK_EVENT
#endif
#ifdef WINDOWSNT
/* Generated when an APPCOMMAND event is received, in response to
Multimedia or Internet buttons on some keyboards.
Such keys are available as normal function keys on X through the
Xkeyboard extension.
On Windows, some of them get mapped to normal function key events,
but others need to be handled by APPCOMMAND. Handling them all as
APPCOMMAND events means they can be disabled
(w32-pass-multimedia-buttons-to-system), important on Windows since
the system never sees these keys if Emacs claims to handle them.
On X, the window manager seems to grab the keys it wants
first, so this is not a problem there. */
,
MULTIMEDIA_KEY_EVENT
#endif
};
/* If a struct input_event has a kind which is SELECTION_REQUEST_EVENT
...
...
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