Fix minor issues in the config documentation

This commit is contained in:
Christian Duerr 2019-01-07 21:56:55 +00:00 committed by GitHub
parent 55c894b30b
commit a38a067992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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