diff --git a/heonian-content b/heonian-content index 6a40a51..19de519 160000 --- a/heonian-content +++ b/heonian-content @@ -1 +1 @@ -Subproject commit 6a40a51d6ea7cf2bc2261ae783e8e7731b3fa007 +Subproject commit 19de5190c0876edbeb307f09b540a2c4d111b783 diff --git a/ime.js b/ime.js index aa0e9e8..12c1c6c 100644 --- a/ime.js +++ b/ime.js @@ -264,6 +264,11 @@ function imeChange(inState, stState, pop, array) { inputFull = array; } +// @remi@snug.moe: +// we made a backspace key that works!!!!!!! +// @meduelelateta@sweet.succubi.services: +// ari fell asleep + function imeRestore(array) { let hex = array[array.length-1].codePointAt(0).toString(16); hex[1] = parseInt(hex[1], 16);