mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 23:25:03 -04:00
17 lines
533 B
YAML
17 lines
533 B
YAML
tools:
|
|
keycode-info:
|
|
title: Keycode info
|
|
description: Find the javascript keycode, code, location and modifiers of any pressed key.
|
|
|
|
keyLabel: 'Key :'
|
|
keyPlaceholder: 'Key name...'
|
|
keycodeLabel: 'Keycode :'
|
|
keycodePlaceholder: 'Keycode...'
|
|
codeLabel: 'Code :'
|
|
codePlaceholder: 'Code...'
|
|
locationLabel: 'Location :'
|
|
locationPlaceholder: 'Code...'
|
|
modifiersLabel: 'Modifiers :'
|
|
modifiersPlaceholder: 'None'
|
|
|
|
tips: Press the key on your keyboard you want to get info about this key
|