-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow switch input method when show Wox window
- Loading branch information
1 parent
cd9dce6
commit 9a5876e
Showing
6 changed files
with
51 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
import {BaseEnum} from "./base/BaseEnum.ts"; | ||
import { BaseEnum } from "./base/BaseEnum.ts" | ||
|
||
export class WoxMessageMethodEnum extends BaseEnum { | ||
static readonly PING = WoxMessageMethodEnum.define("Ping", "Ping"); | ||
static readonly QUERY = WoxMessageMethodEnum.define("Query", "Query"); | ||
static readonly ACTION = WoxMessageMethodEnum.define("Action", "Action"); | ||
static readonly REFRESH = WoxMessageMethodEnum.define("Refresh", "Refresh"); | ||
static readonly REGISTERMAINHOTKEY = WoxMessageMethodEnum.define("RegisterMainHotkey", "Register Main Hotkey"); | ||
static readonly PING = WoxMessageMethodEnum.define("Ping", "Ping") | ||
static readonly QUERY = WoxMessageMethodEnum.define("Query", "Query") | ||
static readonly ACTION = WoxMessageMethodEnum.define("Action", "Action") | ||
static readonly REFRESH = WoxMessageMethodEnum.define("Refresh", "Refresh") | ||
static readonly REGISTER_MAIN_HOTKEY = WoxMessageMethodEnum.define("RegisterMainHotkey", "Register Main Hotkey") | ||
static readonly ON_VISIBILITY_CHANGED = WoxMessageMethodEnum.define("OnVisibilityChanged", "Visibility changed") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9a5876e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
留下了感动的泪水,终于更新了