• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple tool to show keys pressed on the screen for Windows 10. It could be helpful when you record the screen.

Signpost

A simple tool to show keys pressed on the screen for Windows 10. It could be helpful when you record the screen.

Configuration

The configuration file locates at %UserProfile%\.signpost\config.json.

{
  "display": 0,
  "fadeDelay": 3,
  "position": "bottomright",
  "offsetX": -20,
  "offsetY": -50,
  "showPrintableKey": false
}
  • display: default to 0, which is your primary display.
  • fadeDealy: time in second before fade popup.
  • position: popup position on the screen, valid values are top, bottom, left, right, topleft, topright, bottomleft and bottomright.
  • offsetX: offset x in pixel relative to the position.
  • offsetY: offset y in pixel relative to the position.
  • showPrintableKey: whether or not to show printable keys, if set to true, any key you pressed will be shown on the screen.

Custom CSS

The custom CSS locates at %UserProfile%\.signpost\custom.json.

#signpost {
  background: #ccc;
  color: black;
  opacity: 0.75;
}

.kbd {
  border: 1px solid black;
}

.plus {
  margin: 0 1em;
}
  • #signpost: popup style
  • .kbd: key style
  • .plus: plus symbol style

More Repositories

1

chrome_extensions_and_apps_programming

Chrome扩展及应用开发
JavaScript
954
star
2

Dualx

Chrome OS QQ Client
JavaScript
201
star
3

authenticator

This repository has moved to https://github.com/Authenticator-Extension/Authenticator
JavaScript
173
star
4

OpenHappyHackingCalendar

This is the source code to build Happy Hacking Calender.
JavaScript
111
star
5

Hooloo

基于GitHub的前端轻量级博客系统
JavaScript
89
star
6

Kepler

JavaScript
58
star
7

hacking-date

Assembly
40
star
8

thewanderingearth

《流浪地球》行星发动机全景海报
CSS
20
star
9

vscode-express-example

TypeScript
18
star
10

image-delay.js

Delay loading images.
JavaScript
17
star
11

vscode-devto

TypeScript
16
star
12

Regular-Earth

16
star
13

leetpress

TypeScript
15
star
14

vscode-watch-in-chrome

TypeScript
13
star
15

vscode-instant-weather

Show instant weather in Visual Studio Code
TypeScript
12
star
16

music.163.com

网易云音乐Chrome扩展
JavaScript
10
star
17

vscode-version-watcher

Watch VS Code releases, and show a warning if they upgrade Electron or Node, so that we can rebuild binary dependencies for VS Code extension. Update every 24 hours.
TypeScript
8
star
18

vscode-express

Create an HTTP server in VS Code for user interface of VS Code extension.
TypeScript
7
star
19

vscode-hhc

TypeScript
5
star
20

Google-Available

5
star
21

vscode-toolkit

TypeScript
5
star
22

pilkft.js

JavaScript
5
star
23

DiggIt

Discover SSH enabled devices in your local network
CSS
3
star
24

GeLunBu

通过HTML5将图片转换成十字绣图纸
3
star
25

npmautoclean

JavaScript
3
star
26

DevKitSamples

Microsoft MXChip IoT DevKit Samples
C++
2
star
27

ooooops

JavaScript
2
star
28

MSFT-FTE-Benefits

2
star
29

youtube-dl.tka

JavaScript
2
star
30

LFMUC

CSS
2
star
31

DevKitPixelLive

C++
2
star
32

Screen-Capture

JavaScript
2
star
33

impor

Very lazy import to speed up VS Code extensions
TypeScript
1
star
34

n95

HTML
1
star
35

The-non-FE-s-CSS-Cookbook

1
star
36

jw.md

1
star
37

vscode-cve

Show security alert for vulnerable dependencies of Node projects
TypeScript
1
star
38

Front-End

1
star
39

devkit-oled-canvas

JavaScript
1
star
40

cpu.tka

HTML
1
star