mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Spelling: ... shortcut guide (#3790)
* spelling: dimension * spelling: hidden * spelling: miniature * spelling: parent * spelling: popin * spelling: signal * spelling: suppress
This commit is contained in:
@@ -17,7 +17,7 @@ class TargetState
|
||||
public:
|
||||
TargetState(int ms_delay);
|
||||
bool signal_event(unsigned vk_code, bool key_down);
|
||||
void was_hiden();
|
||||
void was_hidden();
|
||||
void exit();
|
||||
void set_delay(int ms_delay);
|
||||
|
||||
@@ -29,7 +29,7 @@ private:
|
||||
void thread_proc();
|
||||
std::mutex mutex;
|
||||
std::condition_variable cv;
|
||||
std::chrono::system_clock::time_point winkey_timestamp, singnal_timestamp;
|
||||
std::chrono::system_clock::time_point winkey_timestamp, signal_timestamp;
|
||||
std::chrono::milliseconds delay;
|
||||
std::deque<KeyEvent> events;
|
||||
enum
|
||||
|
||||
Reference in New Issue
Block a user