From 4ab9abff3789ebaa11dd963f30356f56296c5224 Mon Sep 17 00:00:00 2001 From: sejo Date: Wed, 14 Jul 2021 14:49:24 -0500 Subject: [PATCH] hex keys --- src/nibble_dice_tracker.gmo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nibble_dice_tracker.gmo b/src/nibble_dice_tracker.gmo index 6d1d900..58253fb 100644 --- a/src/nibble_dice_tracker.gmo +++ b/src/nibble_dice_tracker.gmo @@ -54,6 +54,7 @@ available samples: * Arrow key right, or 'l': move cursor to next nibble * 'Ctrl' or '+': increment nibble * 'Alt' or '-': decrement nibble +* '0' to '9' and 'a' to 'f': assign hexadecimal value to nibble # the code @@ -62,5 +63,4 @@ you can find the code in the {uxnería} # possible improvements -* keys for setting the value of a nibble? * midi output?