Changeset 366cee56af4bc1e92d8f0fdb3aa2f806680d7a55
- Timestamp:
- 26/10/07 22:00:09
(1 year ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1193428809 +0000
- git-parent:
[66af5fd9ea0c7f4c22406b24cc728af3b6b2ced1]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1193428809 +0000
- Message:
Qt4 - Prevent Key Modifiers pressed event to be propagated to hotkeys that doesn't understand them.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1ced729 |
r366cee5 |
|
| 926 | 926 | |
|---|
| 927 | 927 | int i_vlck = qtEventToVLCKey( e ); |
|---|
| 928 | | if( i_vlck >= 0 ) |
|---|
| | 928 | if( i_vlck > 0 ) |
|---|
| 929 | 929 | { |
|---|
| 930 | 930 | var_SetInteger( p_intf->p_libvlc, "key-pressed", i_vlck ); |
|---|