mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Fix minor issues in the config documentation
This commit is contained in:
parent
55c894b30b
commit
a38a067992
3 changed files with 8 additions and 2 deletions
|
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Replaced `Command` with `Super` in the Linux and Windows config documentation
|
||||||
|
|
||||||
## Version 0.2.5
|
## Version 0.2.5
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -342,7 +342,7 @@ live_config_reload: true
|
||||||
# `showkey --scancodes`
|
# `showkey --scancodes`
|
||||||
#
|
#
|
||||||
# Values for `mods`:
|
# Values for `mods`:
|
||||||
# - Command
|
# - Super
|
||||||
# - Control
|
# - Control
|
||||||
# - Shift
|
# - Shift
|
||||||
# - Alt
|
# - Alt
|
||||||
|
|
|
@ -326,7 +326,7 @@ enable_experimental_conpty_backend: false
|
||||||
# `showkey --scancodes`
|
# `showkey --scancodes`
|
||||||
#
|
#
|
||||||
# Values for `mods`:
|
# Values for `mods`:
|
||||||
# - Command
|
# - Super
|
||||||
# - Control
|
# - Control
|
||||||
# - Shift
|
# - Shift
|
||||||
# - Alt
|
# - Alt
|
||||||
|
|
Loading…
Reference in a new issue