Skip to content

Commit

Permalink
Simplified UI names
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSignPainter98 committed Oct 6, 2020
1 parent 142e5bc commit b66695d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions adjustkeys/arg_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
'specify the file containing the mapping from glyphs to the key ids they will appear upon',
'metavar': 'file',
'default': join(adjustkeys_path, 'examples', 'ansi-example-map.yml'),
'label': 'Glyph-keycap mapping file',
'label': 'Glyph map file',
'type': str,
'str-type': 'file'
}, {
Expand All @@ -77,7 +77,7 @@
'Specify an id for which nodes and their children should be removed from an input glyph svg',
'metavar': 'id',
'default': 'cap-guide',
'label': 'Glyph node strip regex',
'label': 'Glyph node id removal regex',
'type': str
}, {
'dest': 'glyph_unit_length',
Expand Down Expand Up @@ -116,13 +116,13 @@
'bottom-centre', 'bottom-right'
],
'help':
'Specify the glyph location on an ISO enter key',
'Specify the glyph position on an ISO enter key',
'metavar':
'pos',
'default':
'middle-centre',
'label':
'ISO-enter glyph location',
'ISO-enter glyph position',
'type':
str
}, {
Expand Down Expand Up @@ -157,7 +157,6 @@
'default': False,
'label': 'List keycap model names',
'type': bool,
'label': 'Print found keycap models',
'op': True
}, {
'dest': 'list_cap_names',
Expand All @@ -168,7 +167,6 @@
'default': False,
'label': 'List keycap mapping-names',
'type': bool,
'label': 'Print known keycap labels',
'op': True
}, {
'dest': 'list_glyphs',
Expand All @@ -179,7 +177,6 @@
'default': False,
'label': 'List found glyph names',
'type': bool,
'label': 'Print known glyph names',
'op': True
}, {
'dest': 'no_adjust_caps',
Expand Down Expand Up @@ -237,7 +234,7 @@
'help': 'Print the current options values in the YAML format for configuration purposes and exit',
'default': False,
'type': bool,
'label': 'Print opts.yml',
'label': 'List current options in YAML',
'op': True
}, {
'dest': 'shrink_wrap_offset',
Expand Down Expand Up @@ -284,7 +281,7 @@
'help': 'Print current version and exit',
'default': False,
'type': bool,
'label': 'Print version',
'label': 'Show version',
'op': True
}, {
'dest': 'show_help',
Expand Down

0 comments on commit b66695d

Please sign in to comment.