Skip to content

Commit

Permalink
Update Config.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
hisamafahri authored Dec 28, 2024
1 parent 6cbd69d commit 7b3ec96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/Config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,9 @@ class: ?[:0]const u8 = null,
///
/// * only a single key input is allowed, `ctrl+a+b` is invalid.
///
/// * for number modifier, write them out in letters instead of the actual
/// number. Example: `ctrl+one` and _not_ `ctrl+1`.
///
/// * the key input can be prefixed with `physical:` to specify a
/// physical key mapping rather than a logical one. A physical key
/// mapping responds to the hardware keycode and not the keycode
Expand Down

0 comments on commit 7b3ec96

Please sign in to comment.