-
Notifications
You must be signed in to change notification settings - Fork 106
Add menu option to set 'H' device letter. #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks! At a first glance it looks good, I'll take a look later today. |
|
@dmsc since it has not been merged yet (I apologise for my slow response) I have a few suggestions:
Other than that, I like it, very nice cleanup. |
|
I'll give @dmsc few days to see if he can incorporate your suggestions. |
|
Hi!
Will try to implement something, the UI stuff is not that advanced....
I will put all the options in the current "advanced" sub-menu.
Don't know if it is useful, I have never used it :-P
Ok, will update the pull request in the afternoon. Have Fun! |
Also, rename 'hard disk' to 'host device', that better describes what this device does, and reorder the options to logically group together the 'H' ones.
Group "P" enable/disable with printer command options.
This is faster to type instead of cycling through all the available letters.
7bfa318 to
4b0d67e
Compare
|
done, please review! |
|
@dmsc Looks good, thank you! |
|
Ok, this looks indeed much better. I have noticed only one thing, the input isn't validated. So one can enter drives like |
|
I documented in the NEWS file that only letters could be used :-) Another "prohibited" device letter could be "R:", BTW... I think it's used for networking? |
|
There's more, e.g. |
|
Hi!
Yes, that was a mistake - I intended to validate to working letters. I will settle for this list of valid device letter: " A B D F G H I J L M N O Q T U V W X Y Z ". |
|
Ok, created a new pull request. |
Also, rename 'hard disk' to 'host device', that better describes what this device does, and reorder the options to logically group together the 'H' ones.
This is a WIP for the discussion at pull #204