PaperTrail for iOS/iPadOS (1.3 released; Bike roundtrip support!)

There were two problems, I was anchoring the picker wrongly on iPad (bad for landscape) and your text size compounded the problem.

Both fixed in 1.3 (375)

1 Like

1.3 (376)

  • fix: The dismiss-keyboard button in the Tool Belt no longer flashes on screen when using an external keyboard on iPad

SUBMITTED

The hotkey cmd+# (move to project) interferes with system wide hardcoded take screenshot shortcut on iPad (cmd+shift+3). Unless I am missing something and there’s a way to get the # without pressing shift+3?

Interferes in what way? What behaviour are you seeing?

I guess it depends on external(?) keyboard layout? My keyboard has # on its own key, no shift required.

Cmd+# is the standard TaskPaper shortcut so I’ll have to think hard about this issue.

A workaround might be to use the command palette or tool belt to do the move.

it just invokes the system fullscreen screenshot command instead of papertrail’s one and there’s no way around it for me. I’m using the Magic Keyboard, and to get # I have to press shift+3, which makes it cmd+shift+3 to get cmd+#.

Wasn’t it cmd+\ in Taskpaper?

Yeah, the workaround works, that’s what I’m using for now, thank you! Not as fast as a shortcut but still good.

?

:+1:

In TaskPaper Version 3.9.4 Preview (487)

⌘\

1 Like

Curious!

This might be related to some old remappings I may have set on my keyboard? Or the fact I’m using British layout? If so, apologies. I’ll look into it.

@jessegrosjean are there official TaskPaper mappings anywhere?


In other news…

PaperTrail 1.3 (376) is live on the App Store

1 Like

The javascript adds another layer of needed escaping in the stylesheet.

In the menus! :slight_smile: I don’t know why you would see Command-# … I see Command-/.

And it maybe be related to British layout? I’m not sure.

1 Like

Don’t think so – I have that too

1 Like

Will look into this. Feels like a rabbit hole :laughing:

1 Like

Move to: For me both TP and PaperTrail: cmd+# ( German layout). :face_with_tongue:

Which build ?

I wonder if (in some or all TaskPaper 3 builds) the binding is to a virtual keycode for / rather than to the specific text character ?

There’s some regional variation in the height of the Return key, and in the ecosystem of keys that cluster around it. (# and ~ vs /).

I’m not sure. It’s specified in TaskPaper’s MainMenu.storyboard. So I guess handled however apple things it should be handled in that case.

@complexpoint

Hi complexpoint!

Taskpaper: 3.9.4 (487)

PaperTrail: 1.3 (376)

oli

1 Like

Apparently, if I do:

command("moveToProject", ... shortcut: shortcut("\\", .command, priority: true), ...)

it should pick # or \ depending on keyboard layout region.

Will do a test build later. I can test this one!