diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-01 19:35:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-01 19:35:37 +0000 |
commit | 2c37da48b580237ff48f5e841015134dd459b41d (patch) | |
tree | 0dbfc89c525d820d00f1fe6889c7a6f71cc45ede /CHANGELOG.md | |
parent | a7d95540384c0b37e75a4bedb0bff688fee7dcf1 (diff) | |
download | alacritty-2c37da48b580237ff48f5e841015134dd459b41d.tar.gz alacritty-2c37da48b580237ff48f5e841015134dd459b41d.zip |
Fix mouse pasting in mouse mode with shift
It is now possible to paste in mouse mode again by making use of the
`shift` key while pressing the mouse button reserved for PasteSelection.
All mouse bindings are now also matching the modifiers in a relaxed way,
so extra modifiers are ignored.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 94eb9d9f..1ed8fa98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Moved `cursor_style` to `cursor.style` - Moved `unfocused_hollow_cursor` to `cursor.unfocused_hollow` - Moved `hide_cursor_when_typing` to `mouse.hide_when_typing` +- Mouse bindings now ignore additional modifiers ### Removed @@ -32,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed rendering cursors other than rectangular with the RustType backend - Selection memory leak and glitches in the alternate screen buffer - Invalid default configuration on macOS and Linux +- Middle mouse pasting if mouse mode is enabled ## Version 0.2.1 |