[ADVICE NEEDED] DMTF alpha keys order changes.

Post Reply
User avatar
F1RMB
Posts: 2617
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

[ADVICE NEEDED] DMTF alpha keys order changes.

Post by F1RMB » Mon Dec 09, 2019 2:53 pm

Hi all,

Modifying some code, I found the DTMF alpha keys have a strange mapping.

Currently it is mapped like this:
A:<LEFT> B:<RIGHT> C:<UP> D:<DOWN>

So, I think a more logical mapping can be defined as the following:
1) A:<LEFT> B:<UP> C:<DOWN> D:<RIGHT>

or, circular one:
2) A:<LEFT> B:<UP> C:<RIGHT> D:<DOWN>


Do you have any opinion ?

Cheers.
---
Daniel
Last edited by F1RMB on Mon Dec 09, 2019 3:04 pm, edited 1 time in total.

User avatar
W0RMT
Posts: 178
Joined: Sat Nov 16, 2019 12:45 pm
Location: Louisville, CO USA

Re: [ADVICE NEEDED] DMTF alpha keys order changes.

Post by W0RMT » Mon Dec 09, 2019 3:02 pm

F1RMB wrote:
Mon Dec 09, 2019 2:53 pm
Hi all,

Modifying some code, I found the DTMF alpha keys have a strange mapping.

Currently is mapped like this:
A:<LEFT> B:<RIGHT> C:<UP> D:<DOWN>

So, I think a more logical mapping can be defined as the following:
1) A:<LEFT> B:<UP> C:<DOWN> D:<RIGHT>

or, circular one:
2) A:<LEFT> B:<UP> C:<RIGHT> D:<DOWN>


Do you have any opinion ?

Cheers.
---
Daniel
I would prefer new option 1). And yes it makes sense to change it from the current mapping which is not intuitive.

User avatar
F1RMB
Posts: 2617
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: [ADVICE NEEDED] DMTF alpha keys order changes.

Post by F1RMB » Mon Dec 09, 2019 3:05 pm

Thanks Bud, it's noted.

User avatar
F1CXG
Posts: 167
Joined: Sat Nov 16, 2019 7:24 am
Location: GRENOBLE (France)

Re: [ADVICE NEEDED] DMTF alpha keys order changes.

Post by F1CXG » Mon Dec 09, 2019 3:14 pm

1) A:<LEFT> B:<UP> C:<DOWN> D:<RIGHT> seems good for me too...

User avatar
F1RMB
Posts: 2617
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: [ADVICE NEEDED] DMTF alpha keys order changes.

Post by F1RMB » Mon Dec 09, 2019 3:20 pm

Thanks Thierry, noted too.

User avatar
F1RMB
Posts: 2617
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: [ADVICE NEEDED] DMTF alpha keys order changes.

Post by F1RMB » Wed Dec 11, 2019 8:10 pm

Hi,

Since 100% of the two answers I got was for #1, the code has been updated accordingly ;)

Cheers.

User avatar
F1CXG
Posts: 167
Joined: Sat Nov 16, 2019 7:24 am
Location: GRENOBLE (France)

Re: [ADVICE NEEDED] DMTF alpha keys order changes.

Post by F1CXG » Wed Dec 11, 2019 9:05 pm

Tnx daniel, picture updated ;)

User avatar
F1RMB
Posts: 2617
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: [ADVICE NEEDED] DMTF alpha keys order changes.

Post by F1RMB » Wed Dec 11, 2019 9:15 pm

Nice Thierry !

Post Reply