Page 1 of 1
Hotkeys for reminders and reminder overrides? 16/09/2020 at 12:08 #131552 | |
DonRiver
166 posts |
There's probably a good reason or a deliberate choice this hasn't been added already - but could we have hotkeys to operate the Reminder and Reminder Override buttons? E.g. press 'r' then click on a control to apply or remove a reminder, hold Shift when left-clicking on a control to operate the reminder override. (named for the one in Tasmania, not in Russia) Log in to reply |
Hotkeys for reminders and reminder overrides? 16/09/2020 at 12:11 #131553 | |
headshot119
4869 posts |
I was told the reason it hadn't been done, especially with the override option, was to force the user to think about what they are doing before using it. Which makes sense really, the override function shouldn't be used without some thought as to why.
"Passengers for New Lane, should be seated in the rear coach of the train " - Opinions are my own and not those of my employer Log in to reply The following user said thank you: DonRiver |
Hotkeys for reminders and reminder overrides? 16/09/2020 at 14:32 #131555 | |
DonRiver
166 posts |
I see! Do you know how it works with an IECC workstation keyboard?
(named for the one in Tasmania, not in Russia) Log in to reply |
Hotkeys for reminders and reminder overrides? 16/09/2020 at 15:11 #131556 | |
Jan
906 posts |
Something sort of works for signal reminders, though, if you've got the context menu enabled: Open the context menu, and then press the letter corresponding to the respective option you want to pick, e.g. G for the general reminder.
Two million people attempt to use Birmingham's magnificent rail network every year, with just over a million of them managing to get further than Smethwick. Log in to reply The following user said thank you: DonRiver |
Hotkeys for reminders and reminder overrides? 16/09/2020 at 17:48 #131565 | |
DonRiver
166 posts |
Thank you Jan, that's really helpful - Shift-Rightclick, G - simple as!
(named for the one in Tasmania, not in Russia) Log in to reply |
Hotkeys for reminders and reminder overrides? 16/09/2020 at 19:06 #131566 | |
GeoffM
6376 posts |
DonRiver in post 131555 said:I see! Do you know how it works with an IECC workstation keyboard?IIRC it's something like: [OVR] R123AM [SET] [OVR] S123 S456 [SET] where [OVR] and [SET] are special buttons on the keyboard, and the first line sets by route ID; the second by from and to signal. SimSig Boss Log in to reply The following user said thank you: DonRiver |
Hotkeys for reminders and reminder overrides? 17/09/2020 at 13:45 #132574 | |
DonRiver
166 posts |
Having seen the thread discussing IECC keyboards, I'm kinda intrigued by a keyboard input mode in SimSig / command terminal where routes can be set in a similar mouseless way. Almost certainly not worth the effort to put into the core game, but it occurs to me, might be possible via a third-party app and the interface gateway...
(named for the one in Tasmania, not in Russia) Log in to reply |
Hotkeys for reminders and reminder overrides? 17/09/2020 at 13:49 #132575 | |
SamTDS
153 posts |
You could probably do it with the current gateway however you need more in depth documentation which include all possible routes and restrictions
SamTDS - STDS | My comments are my opinions and interpretations and do not reflect on the wonderfull SimSig team. I am in no way part of the team. Log in to reply |
Hotkeys for reminders and reminder overrides? 17/09/2020 at 16:49 #132577 | |
DonRiver
166 posts |
To know the signalpost numbers and/or the routes? Would either need to print out the signalling plan or start the session by putting out dozens of sticky notes... edit: it looks very simple indeed in the interface gateway. All that's needed is a parser that takes IECC-ish input and stomps it across the gateway as json. Harder to have it give success or failure, though (named for the one in Tasmania, not in Russia) Last edited: 18/09/2020 at 01:06 by DonRiver Reason: None given Log in to reply |
Hotkeys for reminders and reminder overrides? 18/09/2020 at 15:02 #132585 | |
GeoffM
6376 posts |
DonRiver in post 132577 said:Harder to have it give success or failure, though :)IECC commands don't give feedback anyway. Either something happens or... Nothing happens! SimSig Boss Log in to reply The following user said thank you: DonRiver |
Hotkeys for reminders and reminder overrides? 18/09/2020 at 22:17 #132591 | |
SamTDS
153 posts |
I made a stomp client in python some time ago for the gateway. if you have enough patience then just through normal gameplay you can discover all of the needed codes for the routes but it takes a long time to do.
SamTDS - STDS | My comments are my opinions and interpretations and do not reflect on the wonderfull SimSig team. I am in no way part of the team. Log in to reply The following user said thank you: DonRiver |