mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 09:16:11 +00:00
Make help more selective from binary name
This commit is contained in:
parent
4327a5d0e7
commit
c05e058376
@ -57,12 +57,13 @@ namespace help {
|
|||||||
cout<<endl;
|
cout<<endl;
|
||||||
cout<<"Group List :"<<endl;
|
cout<<"Group List :"<<endl;
|
||||||
|
|
||||||
cout<<" logo"<<endl; // need confirmation for g410
|
if (cmdName == "g410-led") cout<<" logo (Need confirmation)"<<endl;
|
||||||
|
else cout<<" logo"<<endl;
|
||||||
if (cmdName != "g410-led") cout<<" indicators"<<endl;
|
if (cmdName != "g410-led") cout<<" indicators"<<endl;
|
||||||
if (cmdName == "g910-led") cout<<" gkeys"<<endl;
|
if (cmdName == "g910-led") cout<<" gkeys"<<endl;
|
||||||
cout<<" fkeys"<<endl;
|
cout<<" fkeys"<<endl;
|
||||||
cout<<" modifiers"<<endl;
|
cout<<" modifiers"<<endl;
|
||||||
if (cmdName != "g410-led") cout<<" multimedia"<<endl;
|
if (cmdName != "g410-led" && cmdName != "g910-led") cout<<" multimedia"<<endl;
|
||||||
cout<<" arrows"<<endl;
|
cout<<" arrows"<<endl;
|
||||||
if (cmdName != "g410-led") cout<<" numeric"<<endl;
|
if (cmdName != "g410-led") cout<<" numeric"<<endl;
|
||||||
cout<<" functions"<<endl;
|
cout<<" functions"<<endl;
|
||||||
@ -117,7 +118,7 @@ namespace help {
|
|||||||
cout<<" shift_right, shiftright, shiftr"<<endl;
|
cout<<" shift_right, shiftright, shiftr"<<endl;
|
||||||
cout<<""<<endl;
|
cout<<""<<endl;
|
||||||
|
|
||||||
if (cmdName != "g410-led" || cmdName != "g910-led") {
|
if (cmdName != "g410-led" && cmdName != "g910-led") {
|
||||||
cout<<"Group multimedia :"<<endl;
|
cout<<"Group multimedia :"<<endl;
|
||||||
cout<<" mute"<<endl;
|
cout<<" mute"<<endl;
|
||||||
cout<<" play_pause, playpause, play"<<endl;
|
cout<<" play_pause, playpause, play"<<endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user