mbox series

[v2,0/2] Update description for input grab key

Message ID 20240221195208.462-1-bobby825@126.com (mailing list archive)
Headers show
Series Update description for input grab key | expand

Message

Tianlan Zhou Feb. 21, 2024, 7:52 p.m. UTC
Input grab key should be Ctrl-Alt-g, not just Ctrl-Alt.

v2:
- Update help message in system/vl.c

v1:
- Initial patch

Tianlan Zhou (2):
  docs/system: Update description for input grab key
  system/vl: Update description for input grab key

 docs/system/keys.rst.inc | 2 +-
 system/vl.c              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Michael Tokarev Feb. 22, 2024, 6 a.m. UTC | #1
21.02.2024 22:52, Tianlan Zhou :
> Input grab key should be Ctrl-Alt-g, not just Ctrl-Alt.
> 
> v2:
> - Update help message in system/vl.c
> 
> v1:
> - Initial patch
> 
> Tianlan Zhou (2):
>    docs/system: Update description for input grab key
>    system/vl: Update description for input grab key
> 
>   docs/system/keys.rst.inc | 2 +-
>   system/vl.c              | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)

Applied to trivial-patches, thanks!

/mjt