Holesail Service Daemon + Bin Client
This commit is contained in:
@@ -770,6 +770,7 @@ function bareEditCsiToEvent(seq) {
|
||||
}
|
||||
return { type: 'unknown' }
|
||||
}
|
||||
if (last === 'Z') return { type: 'nav', key: 'stab' }
|
||||
if (last === 'A' || last === 'B' || last === 'C' || last === 'D') {
|
||||
const map = { A: 'up', B: 'down', C: 'right', D: 'left' }
|
||||
return { type: 'nav', key: map[last] }
|
||||
|
||||
Reference in New Issue
Block a user