{"id":17302370,"url":"https://github.com/hluk/qxtglobalshortcut","last_synced_at":"2025-04-14T12:51:04.469Z","repository":{"id":64857892,"uuid":"89512942","full_name":"hluk/qxtglobalshortcut","owner":"hluk","description":"Cross-platform library for handling system-wide shortcuts in Qt applications","archived":false,"fork":false,"pushed_at":"2022-12-12T10:47:18.000Z","size":45,"stargazers_count":69,"open_issues_count":0,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T01:53:42.105Z","etag":null,"topics":["global-shortcuts","library","qt","shortcuts"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hluk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-26T18:18:10.000Z","updated_at":"2025-01-07T14:32:19.000Z","dependencies_parsed_at":"2022-12-17T00:32:24.651Z","dependency_job_id":null,"html_url":"https://github.com/hluk/qxtglobalshortcut","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hluk%2Fqxtglobalshortcut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hluk%2Fqxtglobalshortcut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hluk%2Fqxtglobalshortcut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hluk%2Fqxtglobalshortcut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hluk","download_url":"https://codeload.github.com/hluk/qxtglobalshortcut/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248884817,"owners_count":21177504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["global-shortcuts","library","qt","shortcuts"],"created_at":"2024-10-15T11:47:21.861Z","updated_at":"2025-04-14T12:51:04.442Z","avatar_url":"https://github.com/hluk.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Cross-platform library for handling system-wide shortcuts in Qt applications.\n\n[![Build Status](https://travis-ci.org/hluk/qxtglobalshortcut.svg?branch=master)](https://travis-ci.org/hluk/qxtglobalshortcut)\n[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/hluk/qxtglobalshortcut?branch=master\u0026svg=true)](https://ci.appveyor.com/project/hluk/qxtglobalshortcut)\n\n[API Reference](https://codedocs.xyz/hluk/qxtglobalshortcut/classQxtGlobalShortcut.html)\n\nThis code was originally part of [Qtx](https://bitbucket.org/libqxt/libqxt/wiki/Home) which is no longer maintained.\n\n# Supported Platforms\n\n- Windows\n- OS X\n- Linux/X11\n\n# Requirements\n\n- Compiler with C++11 support\n- Qt 5 or Qt 4\n- CMake 3.0.0 and later\n\n# Build\n\nTo build the library without installation run:\n\n```bash\ncmake .\nmake\n```\n\nTo build and install run:\n\n```bash\ncmake -DCMAKE_INSTALL_PREFIX=/usr/local .\nmake install\n```\n\nTo build static library run:\n\n```bash\ncmake -DQXTGLOBALSHORTCUT_STATIC=ON .\nmake\n```\n\n# Use the Library\n\nDirectory \"example\" contains simple CMake project which uses the installed library.\n\nTo compile and run the example:\n\n```bash\ncd example\ncmake .\nmake\n./qxtglobalshortcut_text\n```\n\nIf `cmake` prints error that it cannot find package for the library you have to specify\nit's install path. E.g.\n\n```bash\nqxtglobalshortcut_DIR=/usr/local/lib/cmake/qxtglobalshortcut cmake .\n```\n\nAlternatively you can add the path to `CMAKE_PREFIX_PATH` environment variable.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhluk%2Fqxtglobalshortcut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhluk%2Fqxtglobalshortcut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhluk%2Fqxtglobalshortcut/lists"}