Add choice to Build Inputs workflow for alternative layout options

Add Test Inputs workflow with all text fields for matrix builds
This commit is contained in:
Manna Harbour
2022-08-26 12:23:04 +10:00
parent 095fd13c5c
commit 6f05a17c01
4 changed files with 126 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2021 Manna Harbour
# Copyright 2022 Manna Harbour
# https://github.com/manna-harbour/miryoku
name: 'Build Inputs'
@@ -16,18 +16,45 @@ on:
description: 'alphas'
required: false
default: 'default'
type: choice
options:
- "default"
- "AZERTY"
- "BEAKL15"
- "Colemak"
- "ColemakDHK"
- "Dvorak"
- "Halmak"
- "QWERTY"
- "QWERTZ"
- "Workman"
nav:
description: 'nav'
required: false
default: 'default'
type: choice
options:
- "default"
- "invertedT"
- "vi"
clipboard:
description: 'clipboard'
required: false
default: 'default'
type: choice
options:
- "default"
- "fun"
- "Mac"
- "Win"
layers:
description: 'layers'
required: false
default: 'default'
type: choice
options:
- "default"
- "flip"
mapping:
description: 'mapping'
required: false