如何为我的 Blackberry 应用程序分配设备级热键?

发布于 2024-07-30 13:47:57 字数 452 浏览 5 评论 0原文

黑莓设备有打开应用程序的快捷方式。 例如,如果您点击“T”按钮,任务应用程序将打开。

(顺便说一句,您必须在电话应用程序设置中禁用“从主屏幕呼叫”才能使用此功能)

如何分配快捷键来打开我自己的应用程序?

为了清楚起见,为了防止链接失效,我将在此处发布说明:

完成以下步骤:

  1. 在集成开发环境 (IDE) 的项目属性中,单击“资源”选项卡。
  2. 在“标题 ID”选项下,指定与要在功能区上显示的实际文本 (myApp) 相对应的资源变量名称 (App_Title)。
  3. 如果您希望 myApp 中的 A 成为热键,请在 A 后面插入 unicode 下划线字符 (\u0332)。因此,在您的资源包中,不要将 myApp 指定为变量 App_Title 的值,而是指定以下内容:

    myA\u0332pp

Blackberry devices have shortcuts to open applications. For example, if you hit the 'T' button, the tasks app will open.

(BTW, you have to have "Call from Home Screen" disabled in the Phone App Settings for this to work)

How can I assign a shortcut key to open my own application?

For clarity and in case the link dies, I'll post the instructions here:

Complete the following steps:

  1. In your Project Properties in the Integration Development Environment (IDE), click the Resources tab.
  2. Under the Title ID option, specify the Resource variable name (App_Title) which corresponds to the actual text to be displayed (myApp) on the ribbon.
  3. If you want the A in myApp to be a hotkey, insert the unicode underscore character (\u0332) after the A. Therefore, in your resource package, instead of specifying myApp as the value for the variable App_Title, specify the following:

    myA\u0332pp

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

厌味 2024-08-06 13:47:57

请参阅此 知识库文章。 当然,您必须避免与其他应用程序发生冲突。

See this knowledge base article. Of course you have to avoid collisions with other applications.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文