Hyprland global shortcuts

注册全局快捷键

此协议允许客户端注册可触发的操作,用作全局快捷键。

全局快捷键注册管理器

此对象是一个管理器,提供创建全局快捷键的请求接口。

register_shortcut(shortcut: new_id<hyprland_global_shortcut_v1>, id: string, app_id: string, description: string, trigger_description: string)
参数
类型
描述
shortcutnew_id<hyprland_global_shortcut_v1>
idstring
a unique id for the shortcut
app_idstring
the app_id of the application requesting the shortcut
descriptionstring
user-readable text describing what the shortcut does.
trigger_descriptionstring
user-readable text describing how to trigger the shortcut for the client to render.
注册快捷键

注册一个新的全局快捷键。

全局快捷键是匿名的,即应用不知道哪个按键会触发它。

快捷键的按键绑定由合成器处理。

如果 app_id + id 组合重复,将触发 already_taken 协议错误。

destroy()
销毁管理器

由管理器创建的所有对象在调用其相应的销毁请求之前仍然有效。

error { already_taken } 
参数
描述
already_taken0
app_id + id 组合已被注册

单个快捷键

此对象表示一个单独的快捷键。

destroy()
销毁此对象,无论是否已使用

销毁快捷键。客户端可随时发送此请求。

pressed(tv_sec_hi: uint, tv_sec_lo: uint, tv_nsec: uint)
参数
类型
描述
tv_sec_hiuint
high 32 bits of the seconds part of the timestamp
tv_sec_louint
low 32 bits of the seconds part of the timestamp
tv_nsecuint
nanoseconds part of the timestamp
按键已按下

按键已按下。

tv_ 值保存事件发生的时间戳。

released(tv_sec_hi: uint, tv_sec_lo: uint, tv_nsec: uint)
参数
类型
描述
tv_sec_hiuint
high 32 bits of the seconds part of the timestamp
tv_sec_louint
low 32 bits of the seconds part of the timestamp
tv_nsecuint
nanoseconds part of the timestamp
按键已释放

按键已释放。

tv_ 值保存事件发生的时间戳。


合成器支持

Cage
Cage
0.2.0
COSMIC
COSMIC
1.0.0~beta.8
GameScope
GameScope
3.15.14
Hyprland
Hyprland
0.52.1
Jay
1.12.0
KWin
KWin
6.6
Labwc
Labwc
0.9.2
Louvre
Louvre
2.14.1
Mir
Mir
2.26
Muffin
Muffin
6.6.0
Mutter
Mutter
49.2
niri
niri
25.11
phoc
phoc
0.52
river
river
0.3.13
Sway
Sway
1.11
Treeland
Treeland
0.8.0
Wayfire
Wayfire
0.9.0
Weston
Weston
14.0.2
hyprland_global_shortcuts_manager_v1
x
x
x
1
x
x
x
x
x
x
x
x
x
x
x
x
x
x

Copyright © 2022 Vaxry All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Footer

© 2026 Wayland Explorer

本网站与 Wayland 官方项目无任何关联。网站所有内容均根据 Wayland 协议 XML 文件自动生成。

本网站使用的 Visual Studio Code - Codicons 遵循 CC BY 4.0 许可。