Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.
/ umiko Public archive

Simples gerenciador de webhooks usando a winapi

License

Notifications You must be signed in to change notification settings

Takasakiii/umiko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Umiko

Permite usar a WinApi para criar facilmente hotkeys globais.

Documentação

Crates.io Docs Licença MIT

Exemplo de uso:

use umiko::{hotkeys::{HotKeys, KeyModifiers}, common::Keys};

let mut hotkeys = HotKeys::new();
hotkeys.add(KeyModifiers::MOD_CONTROL | KeyModifiers::MOD_ALT, Keys::H, |_| {
    println!("Control + alt + h acionado!");
});
hotkeys.handle();

About

Simples gerenciador de webhooks usando a winapi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages