Skip to content
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

Keyboard shortcut to create a room in up/down directions #55

Open
dfabulich opened this issue May 6, 2020 · 3 comments
Open

Keyboard shortcut to create a room in up/down directions #55

dfabulich opened this issue May 6, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@dfabulich
Copy link
Contributor

You can use shift-arrow to create a room in a direction. But there's no shortcut to create a room up or down from the current room.

Perhaps shift-U or shift-D?

@jeremydouglass
Copy link

Or perhaps Shift-"+" and Shift-"-" (actually _ ) -- so the view navigation and room navigation are the same key set, but with shift.

@henck
Copy link
Owner

henck commented May 8, 2020

Sure, but where would the room go? To the top left of the current room? Top right? There isn't an obvious direction.

@henck henck added the enhancement New feature or request label May 8, 2020
@jeremydouglass
Copy link

where would the room go? To the top left of the current room? Top right?

The convention in IF maps historically has been "where-ever it fits." Assuming that a user has added their compass rooms already before adding an up room, one behavior might be:

if user creates up-room:
  if no room in north, place up-room north;
  else if no room in ne, place up-room ne;
  else if no room in nw, place up-room nw;
  else place up-room north with offset; // overlaps north room with offset, user can then drag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants