--I tried to use unicode for circled numbers
but just get the codeu2461, u2462, etc.
--I sort of like this:
thoughI'm not sure that it would work for non-English speakers#1, #2, etc.
Anybody have ideas?
but just get the codeu2461, u2462, etc.
thoughI'm not sure that it would work for non-English speakers#1, #2, etc.
I've always changed mine to the spelling of the names.Jerry3904 wrote: Tue May 27, 2025 6:38 am I'm looking for a different way to name MXFB workspaces besides the uninspiring one we have had forever (W-1, W-2).
Code: Select all
session.screen0.workspaceNames: One, Two, Three, Four,
Problem with this is localization, it would need to be translated in many languages...siamhie wrote: Tue May 27, 2025 9:48 amI've always changed mine to the spelling of the names.Jerry3904 wrote: Tue May 27, 2025 6:38 am I'm looking for a different way to name MXFB workspaces besides the uninspiring one we have had forever (W-1, W-2).
Code: Select all
session.screen0.workspaceNames: One, Two, Three, Four,
Then the simplest way would be just numbers and no names of any sort.Adrian wrote: Tue May 27, 2025 10:03 amProblem with this is localization, it would need to be translated in many languages...siamhie wrote: Tue May 27, 2025 9:48 amI've always changed mine to the spelling of the names.Jerry3904 wrote: Tue May 27, 2025 6:38 am I'm looking for a different way to name MXFB workspaces besides the uninspiring one we have had forever (W-1, W-2).
Code: Select all
session.screen0.workspaceNames: One, Two, Three, Four,
Code: Select all
session.screen0.workspaceNames: 1, 2, 3, 4,
Which looks pretty bare all by itself--and it's not clear that is naming and not counting--which I why I'm leaning toward "#1" instead where that distinction is clear.siamhie wrote: Tue May 27, 2025 10:56 am Then the simplest way would be just numbers and no names of any sort.
Code: Select all
session.screen0.workspaceNames: 1, 2, 3, 4,