elpusk / public.lpu237.software

installer package of lpu237' software.
0 stars 0 forks source link

mapper 에 CR 키 추가 ? #10

Open elpusk opened 10 months ago

elpusk commented 10 months ago

LPU230 V1.42.0.4 프로그램에서 MSR 드라이버 v1.8.63의 경우 아래와 같이 캐리지 리턴 [CR]을 추가하려면 어떻게 하는지 문의? image001

elpusk006 commented 10 months ago

symbol 정의

MSR pre/postfix of mapper

mapper 에서 설정하는 MSR pre/postfix 에 설정 가능한 값은 keyboard 상의 키만 가능합니다. 이 MSR pre/postfix 값은 MSR이 keyboard emulation(usb keyboard interface) interface 로 동작할때, PC로 키보드 키값으로 전송됩니다.

따라서 MSR pre/postfix 에 CR 값을 설정하는 것은 불가능 합니다.

mapper 1.40.0.4 까지는 ENTER를 [CR] 로 표시했으나, mapper 1.41.0.4 부터 용어정리를 위해 ENTER를 [ENTER] 표시하도록 변경했습니다. 따라서 mapper 1.40.0.4 까지의 [CR] 은 단지 ENTER 를 의미하는 symbol 이었고, keyboard emulation interface에서 CR 를 설정하는 것은 불가능합니다,

참고

ENTER 는 keyboard key 값은 같아도, OS 마다 CR, CR+LF 또는 LF 로 다르게 인식됩니다.

========

Definition of symbols:

MSR prefix/postfix of the mapper

The values that can be set for MSR prefix/postfix in the mapper are limited to keys on the keyboard. These MSR prefix/postfix values are transmitted to the PC as keyboard key values when the MSR operates as a keyboard emulation (USB keyboard interface). Therefore, it is not possible to set CR as the MSR prefix/postfix value .

Until mapper version 1.40.0.4, ENTER was represented as [CR], but from mapper version 1.41.0.4, it has been changed to [ENTER] for terminology clarification. Therefore, [CR] in versions up to 1.40.0.4 simply symbolized ENTER, and setting CR in the keyboard emulation interface is not possible.

Note

Even though ENTER has the same keyboard key value, different operating systems recognize it as CR, CR+LF, or LF.