We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bee2257 + 00f7100 commit 2a5827aCopy full SHA for 2a5827a
1 file changed
framework_lib/src/commandline/clap_std.rs
@@ -193,7 +193,7 @@ struct ClapCli {
193
#[arg(long)]
194
kblight: Option<Option<u8>>,
195
196
- /// Set keyboard backlight percentage or get, if no value provided
+ /// Remap a key by changing the scancode
197
#[arg(long, value_parser=maybe_hex::<u16>)]
198
#[clap(num_args = 3)]
199
remap_key: Vec<u16>,
0 commit comments