All Projects → sneetsher → indicator-xkbmod

sneetsher / indicator-xkbmod

Licence: other
Simple Ubuntu keyboard modifiers indicator

Programming Languages

c
50402 projects - #5 most used programming language
Roff
2310 projects

Projects that are alternatives of or similar to indicator-xkbmod

go-appindicator
🚥 Go bindings for libappindicator3 C library
Stars: ✭ 19 (+18.75%)
Mutual labels:  indicator, appindicator
HTML-Lint
A code quality bookmarklet and command-line tool
Stars: ✭ 20 (+25%)
Mutual labels:  accessibility
Android-Universal-ViewPager-Indicator
Android Universal ViewPager Indicator
Stars: ✭ 41 (+156.25%)
Mutual labels:  indicator
a11y-guidelines
アメーバアクセシビリティガイドライン
Stars: ✭ 61 (+281.25%)
Mutual labels:  accessibility
eureka
HTML-first crack at a Flexible Media Browser progressively enhanced with React
Stars: ✭ 18 (+12.5%)
Mutual labels:  accessibility
Lock
Screen locker for Android
Stars: ✭ 52 (+225%)
Mutual labels:  accessibility
web-maps-wcag-evaluation
Manual accessibility evaluation of popular web map tools.
Stars: ✭ 28 (+75%)
Mutual labels:  accessibility
jquery-accessible-dialog-tooltip-aria
jQuery simple and accessible dialog tooltip window, using ARIA
Stars: ✭ 17 (+6.25%)
Mutual labels:  accessibility
a11y-accordion-tabs
A script for an accessible accordion tabs component
Stars: ✭ 50 (+212.5%)
Mutual labels:  accessibility
BuyXMWear2Plugin
最近在小米官网上抢小米手环2一直抢不到,深痛小米恶心的饥饿营销,但是喜欢的宝贝还是要买滴[嘻嘻嘻],咋办呢?。刚好昨天阿里内部抢月饼的事件闹到头条,何不像他们学习写个插件抢手环2呢,何乐而不为!
Stars: ✭ 16 (+0%)
Mutual labels:  accessibility
ArcPageIndicator
Android Page Indicator for ViewPager with original animations. It uses an ellipse to dispose indication spots, and can draw a hand, like in old elevators.
Stars: ✭ 73 (+356.25%)
Mutual labels:  indicator
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+9281.25%)
Mutual labels:  accessibility
wai-components
Essential Components of Web Accessibility
Stars: ✭ 13 (-18.75%)
Mutual labels:  accessibility
i7n-pdfhtml
pdfHTML is an iText 7 add-on for C# (.NET) that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.
Stars: ✭ 111 (+593.75%)
Mutual labels:  accessibility
GazeTheWeb
Explore the Web with your eyes! Part of the MAMEM project.
Stars: ✭ 30 (+87.5%)
Mutual labels:  accessibility
ckeditor4-plugin-a11ychecker
Accessibility checker for CKEditor 4
Stars: ✭ 17 (+6.25%)
Mutual labels:  accessibility
sublime-wai-aria
WAI-ARIA Roles, States and Properties auto-completion for Sublime Text
Stars: ✭ 21 (+31.25%)
Mutual labels:  accessibility
a11yjson
A11yJSON: A standard to describe the accessibility of the physical world.
Stars: ✭ 58 (+262.5%)
Mutual labels:  accessibility
tab-numbering
Browser extension for Chrome and Firefox: add numbering to tab titles
Stars: ✭ 22 (+37.5%)
Mutual labels:  accessibility
Accessibility-Statement
A template & resources for creating good accessibility templates for your website & apps.
Stars: ✭ 35 (+118.75%)
Mutual labels:  accessibility

indicator-xkbmod (Unity XKB Modifier Indicator)

Keyboard modifiers state indicator for Ubuntu Unity desktop. As current state, it's just a prototype.

Unity lacks such accessibility tools which most likely needed when sticky keys is activated.
See How to add a keyboard modifier state applet to Unity panel?.

Demo: icon mode in Unity Demo: icon mode under HUD in Unity

Demo: icon mode in Unity (Old release)

Demo: label mode in Unity

Related Bugs Report

Install

  • From daily build PPA

https://code.launchpad.net/~sneetsher/+recipe/indicator-xkbmod-daily

  • From source

      autoreconf -vif
      ./configure
      make
      sudo make install
    
  • From locally built Debian package

(much cleanner then make install)

    debuild -us -uc
    sudo dpkg -i ../indicator-xkbmod*.deb

Running Options

  • Icon mode (Default):

      indicator-xkbmod
    
  • Label mode:

      indicator-xkbmod -l
    
  • Filter needed modifiers (10110011 binary = 205 decimal, Default: 255)

      indicator-xkbmod -f 205
    

    shows only shift,control,alt,super,altgr

Gnome-Shell/Gnome3 Support

Note: May be better if you look for native extention, so try first https://github.com/sneetsher/Keyboard-Modifiers-Status

Currently, it can be run only in label mode (-l) using gnome-shell-extension-appindicator which integrates Ubuntu AppIndicators and KStatusNotifierItems into Gnome Shell.

The extension could be installed easily from https://extensions.gnome.org/extension/615/appindicator-support/ .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].