hotkey numbers in buildFile

hotkey in buildFile are represented as numbers. Is there a reference to show which keys these numbers represent?

buildfiles are utf8 encoded. The numbers are “backwards” as you read them so if you have a key command that is “88,130” this would be “D, Ctrl” - in other words Ctrl D - it is important to follow this backward format also when editing buildfiles

use a UTF8/unicode character chart to translate/reference the numbers you see.

Can you provide my a link to that reference chart? The one I found is utf8-chartable.de/ but I don’t know how to use it. D on that website is 44, not 88.