mathematical bold script submission#3896
Merged
Merged
Conversation
Collaborator
|
Thank you for your pull request. You'll see a "build failed" message until the Keyman team has reviewed the pull request and manually initiated the build process. Every change committed to this branch will become part of this pull request. When you have finished submitting files and are ready for the Keyman team to review this pull request, please post a "Ready for review" comment. |
Contributor
|
The php file isn't in the proper format (you are mixing php and html headers and formatting). Otherwise, I believe the rest is okay. Please change the php file to something like this: |
Contributor
Author
|
Actually even I don't know why to change that. I am afraid if I delete the HTML head, whether the page can still show the keyboard graphics. Can you help me to sort things out? Thanks.
Sent with [Proton Mail](https://proton.me/mail/home) secure email.
…On Monday, 2 March 2026 at 4:32 PM, Lorna Evans ***@***.***> wrote:
LornaSIL left a comment [(keymanapp/keyboards#3896)](#3896 (comment))
The php file isn't in the proper format (you are mixing php and html headers and formatting). Otherwise, I believe the rest is okay. Please change the php file to something like this:
<?php
$pagename = 'mathematical bold script Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>
<p>
Mathematical Bold Script keyboard for Mathematical Bold Script Alphanumeric Symbols
</p>
<h2>Desktop Keyboard Layout</h2>
<div id='osk' data-states='default shift'>
</div>
<h2>Mobile/Tablet Keyboard Layout</h2>
<p>Due to the size and number of keys, some characters are hidden in the long press.
Press and hold on the key with a little dot on the top right to reveal and use them.</p>
<div id='osk-tablet' data-states='default shift numeric currencies '>
</div>
—
Reply to this email directly, [view it on GitHub](#3896 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BCAJHRWSEANJB3ZLLAXXLP34OWZQ7AVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBVGQ2TANRWHE).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Contributor
Author
|
Actually I don't know what to do. But as my understanding, with just deleting and change several sentences in the php file, it will be OK. So can you help me to do so at first time? So I will understand what is going on.
Sent with [Proton Mail](https://proton.me/mail/home) secure email.
…On Monday, 2 March 2026 at 4:32 PM, Lorna Evans ***@***.***> wrote:
LornaSIL left a comment [(keymanapp/keyboards#3896)](#3896 (comment))
The php file isn't in the proper format (you are mixing php and html headers and formatting). Otherwise, I believe the rest is okay. Please change the php file to something like this:
<?php
$pagename = 'mathematical bold script Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>
<p>
Mathematical Bold Script keyboard for Mathematical Bold Script Alphanumeric Symbols
</p>
<h2>Desktop Keyboard Layout</h2>
<div id='osk' data-states='default shift'>
</div>
<h2>Mobile/Tablet Keyboard Layout</h2>
<p>Due to the size and number of keys, some characters are hidden in the long press.
Press and hold on the key with a little dot on the top right to reveal and use them.</p>
<div id='osk-tablet' data-states='default shift numeric currencies '>
</div>
—
Reply to this email directly, [view it on GitHub](#3896 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BCAJHRWSEANJB3ZLLAXXLP34OWZQ7AVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBVGQ2TANRWHE).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Contributor
|
I've given you the exact code and text to use.
…On Mon, Mar 2, 2026, 8:10 PM cathaylab ***@***.***> wrote:
*Cathaylaboratory* left a comment (keymanapp/keyboards#3896)
<#3896 (comment)>
Actually even I don't know why to change that. I am afraid if I delete the
HTML head, whether the page can still show the keyboard graphics. Can you
help me to sort things out? Thanks.
Sent with [Proton Mail](https://proton.me/mail/home) secure email.
On Monday, 2 March 2026 at 4:32 PM, Lorna Evans ***@***.***> wrote:
> LornaSIL left a comment [(keymanapp/keyboards#3896)](
#3896 (comment))
>
> The php file isn't in the proper format (you are mixing php and html
headers and formatting). Otherwise, I believe the rest is okay. Please
change the php file to something like this:
>
> <?php
> $pagename = 'mathematical bold script Keyboard Help';
> $pagetitle = $pagename;
> require_once('header.php');
> ?>
>
> <p>
> Mathematical Bold Script keyboard for Mathematical Bold Script
Alphanumeric Symbols
> </p>
>
> <h2>Desktop Keyboard Layout</h2>
> <div id='osk' data-states='default shift'>
> </div>
>
> <h2>Mobile/Tablet Keyboard Layout</h2>
> <p>Due to the size and number of keys, some characters are hidden in the
long press.
> Press and hold on the key with a little dot on the top right to reveal
and use them.</p>
>
> <div id='osk-tablet' data-states='default shift numeric currencies '>
> </div>
>
> —
> Reply to this email directly, [view it on GitHub](
#3896 (comment)),
or [unsubscribe](
https://github.com/notifications/unsubscribe-auth/BCAJHRWSEANJB3ZLLAXXLP34OWZQ7AVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBVGQ2TANRWHE
).
> You are receiving this because you authored the thread.Message ID:
***@***.***>
—
Reply to this email directly, view it on GitHub
<#3896 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABV6RIYBSV37OUY2KJ44ABT4OY5I7AVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBYGE3DKMBRG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Removed unnecessary head section and associated styles from the help page.
Contributor
Author
|
I tried. But please take a look. I am not sure whether can show properly
Sent with [Proton Mail](https://proton.me/mail/home) secure email.
…On Tuesday, 3 March 2026 at 2:24 AM, Lorna Evans ***@***.***> wrote:
LornaSIL left a comment [(keymanapp/keyboards#3896)](#3896 (comment))
I've given you the exact code and text to use.
On Mon, Mar 2, 2026, 8:10 PM cathaylab ***@***.***> wrote:
> *Cathaylaboratory* left a comment (keymanapp/keyboards#3896)
> <#3896 (comment)>
> Actually even I don't know why to change that. I am afraid if I delete the
> HTML head, whether the page can still show the keyboard graphics. Can you
> help me to sort things out? Thanks.
>
> Sent with [Proton Mail](https://proton.me/mail/home) secure email.
>
> On Monday, 2 March 2026 at 4:32 PM, Lorna Evans ***@***.***> wrote:
>
> > LornaSIL left a comment [(keymanapp/keyboards#3896)](
> #3896 (comment))
> >
> > The php file isn't in the proper format (you are mixing php and html
> headers and formatting). Otherwise, I believe the rest is okay. Please
> change the php file to something like this:
> >
> > <?php
> > $pagename = 'mathematical bold script Keyboard Help';
> > $pagetitle = $pagename;
> > require_once('header.php');
> > ?>
> >
> > <p>
> > Mathematical Bold Script keyboard for Mathematical Bold Script
> Alphanumeric Symbols
> > </p>
> >
> > <h2>Desktop Keyboard Layout</h2>
> > <div id='osk' data-states='default shift'>
> > </div>
> >
> > <h2>Mobile/Tablet Keyboard Layout</h2>
> > <p>Due to the size and number of keys, some characters are hidden in the
> long press.
> > Press and hold on the key with a little dot on the top right to reveal
> and use them.</p>
> >
> > <div id='osk-tablet' data-states='default shift numeric currencies '>
> > </div>
> >
> > —
> > Reply to this email directly, [view it on GitHub](
> #3896 (comment)),
> or [unsubscribe](
> https://github.com/notifications/unsubscribe-auth/BCAJHRWSEANJB3ZLLAXXLP34OWZQ7AVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBVGQ2TANRWHE
> ).
> > You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
> —
> Reply to this email directly, view it on GitHub
> <#3896 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABV6RIYBSV37OUY2KJ44ABT4OY5I7AVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBYGE3DKMBRG4>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
—
Reply to this email directly, [view it on GitHub](#3896 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BCAJHRRCBGT2SKTSGXDBDTT4OY67FAVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBYGIYTKNZWGY).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Contributor
|
The file needs only and exactly the text I gave you.
…On Mon, Mar 2, 2026, 8:33 PM cathaylab ***@***.***> wrote:
*Cathaylaboratory* left a comment (keymanapp/keyboards#3896)
<#3896 (comment)>
I tried. But please take a look. I am not sure whether can show properly
Sent with [Proton Mail](https://proton.me/mail/home) secure email.
On Tuesday, 3 March 2026 at 2:24 AM, Lorna Evans ***@***.***> wrote:
> LornaSIL left a comment [(keymanapp/keyboards#3896)](
#3896 (comment))
> I've given you the exact code and text to use.
>
> On Mon, Mar 2, 2026, 8:10 PM cathaylab ***@***.***> wrote:
>
>> *Cathaylaboratory* left a comment (keymanapp/keyboards#3896)
>> <
#3896 (comment)>
>> Actually even I don't know why to change that. I am afraid if I delete
the
>> HTML head, whether the page can still show the keyboard graphics. Can
you
>> help me to sort things out? Thanks.
>>
>> Sent with [Proton Mail](https://proton.me/mail/home) secure email.
>>
>> On Monday, 2 March 2026 at 4:32 PM, Lorna Evans ***@***.***> wrote:
>>
>> > LornaSIL left a comment [(keymanapp/keyboards#3896)](
>>
#3896 (comment))
>> >
>> > The php file isn't in the proper format (you are mixing php and html
>> headers and formatting). Otherwise, I believe the rest is okay. Please
>> change the php file to something like this:
>> >
>> > <?php
>> > $pagename = 'mathematical bold script Keyboard Help';
>> > $pagetitle = $pagename;
>> > require_once('header.php');
>> > ?>
>> >
>> > <p>
>> > Mathematical Bold Script keyboard for Mathematical Bold Script
>> Alphanumeric Symbols
>> > </p>
>> >
>> > <h2>Desktop Keyboard Layout</h2>
>> > <div id='osk' data-states='default shift'>
>> > </div>
>> >
>> > <h2>Mobile/Tablet Keyboard Layout</h2>
>> > <p>Due to the size and number of keys, some characters are hidden in
the
>> long press.
>> > Press and hold on the key with a little dot on the top right to reveal
>> and use them.</p>
>> >
>> > <div id='osk-tablet' data-states='default shift numeric currencies '>
>> > </div>
>> >
>> > —
>> > Reply to this email directly, [view it on GitHub](
>>
#3896 (comment)),
>> or [unsubscribe](
>>
https://github.com/notifications/unsubscribe-auth/BCAJHRWSEANJB3ZLLAXXLP34OWZQ7AVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBVGQ2TANRWHE
>> ).
>> > You are receiving this because you authored the thread.Message ID:
>> ***@***.***>
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <
#3896 (comment)>,
>> or unsubscribe
>> <
https://github.com/notifications/unsubscribe-auth/ABV6RIYBSV37OUY2KJ44ABT4OY5I7AVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBYGE3DKMBRG4
>
>> .
>> You are receiving this because you commented.Message ID:
>> ***@***.***>
>>
>
> —
> Reply to this email directly, [view it on GitHub](
#3896 (comment)),
or [unsubscribe](
https://github.com/notifications/unsubscribe-auth/BCAJHRRCBGT2SKTSGXDBDTT4OY67FAVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBYGIYTKNZWGY
).
> You are receiving this because you authored the thread.Message ID:
***@***.***>
—
Reply to this email directly, view it on GitHub
<#3896 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABV6RI2NC6JVVNSMGDPD5VD4OZABNAVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBYGI2DAMZQGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Contributor
Author
|
I have done. Thanks.
Sent with [Proton Mail](https://proton.me/mail/home) secure email.
…On Tuesday, 3 March 2026 at 2:51 AM, Lorna Evans ***@***.***> wrote:
LornaSIL left a comment [(keymanapp/keyboards#3896)](#3896 (comment))
The file needs only and exactly the text I gave you.
On Mon, Mar 2, 2026, 8:33 PM cathaylab ***@***.***> wrote:
> *Cathaylaboratory* left a comment (keymanapp/keyboards#3896)
> <#3896 (comment)>
> I tried. But please take a look. I am not sure whether can show properly
>
> Sent with [Proton Mail](https://proton.me/mail/home) secure email.
>
> On Tuesday, 3 March 2026 at 2:24 AM, Lorna Evans ***@***.***> wrote:
>
> > LornaSIL left a comment [(keymanapp/keyboards#3896)](
> #3896 (comment))
> > I've given you the exact code and text to use.
> >
> > On Mon, Mar 2, 2026, 8:10 PM cathaylab ***@***.***> wrote:
> >
> >> *Cathaylaboratory* left a comment (keymanapp/keyboards#3896)
> >> <
> #3896 (comment)>
> >> Actually even I don't know why to change that. I am afraid if I delete
> the
> >> HTML head, whether the page can still show the keyboard graphics. Can
> you
> >> help me to sort things out? Thanks.
> >>
> >> Sent with [Proton Mail](https://proton.me/mail/home) secure email.
> >>
> >> On Monday, 2 March 2026 at 4:32 PM, Lorna Evans ***@***.***> wrote:
> >>
> >> > LornaSIL left a comment [(keymanapp/keyboards#3896)](
> >>
> #3896 (comment))
> >> >
> >> > The php file isn't in the proper format (you are mixing php and html
> >> headers and formatting). Otherwise, I believe the rest is okay. Please
> >> change the php file to something like this:
> >> >
> >> > <?php
> >> > $pagename = 'mathematical bold script Keyboard Help';
> >> > $pagetitle = $pagename;
> >> > require_once('header.php');
> >> > ?>
> >> >
> >> > <p>
> >> > Mathematical Bold Script keyboard for Mathematical Bold Script
> >> Alphanumeric Symbols
> >> > </p>
> >> >
> >> > <h2>Desktop Keyboard Layout</h2>
> >> > <div id='osk' data-states='default shift'>
> >> > </div>
> >> >
> >> > <h2>Mobile/Tablet Keyboard Layout</h2>
> >> > <p>Due to the size and number of keys, some characters are hidden in
> the
> >> long press.
> >> > Press and hold on the key with a little dot on the top right to reveal
> >> and use them.</p>
> >> >
> >> > <div id='osk-tablet' data-states='default shift numeric currencies '>
> >> > </div>
> >> >
> >> > —
> >> > Reply to this email directly, [view it on GitHub](
> >>
> #3896 (comment)),
> >> or [unsubscribe](
> >>
> https://github.com/notifications/unsubscribe-auth/BCAJHRWSEANJB3ZLLAXXLP34OWZQ7AVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBVGQ2TANRWHE
> >> ).
> >> > You are receiving this because you authored the thread.Message ID:
> >> ***@***.***>
> >>
> >> —
> >> Reply to this email directly, view it on GitHub
> >> <
> #3896 (comment)>,
> >> or unsubscribe
> >> <
> https://github.com/notifications/unsubscribe-auth/ABV6RIYBSV37OUY2KJ44ABT4OY5I7AVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBYGE3DKMBRG4
> >
> >> .
> >> You are receiving this because you commented.Message ID:
> >> ***@***.***>
> >>
> >
> > —
> > Reply to this email directly, [view it on GitHub](
> #3896 (comment)),
> or [unsubscribe](
> https://github.com/notifications/unsubscribe-auth/BCAJHRRCBGT2SKTSGXDBDTT4OY67FAVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBYGIYTKNZWGY
> ).
> > You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
> —
> Reply to this email directly, view it on GitHub
> <#3896 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABV6RI2NC6JVVNSMGDPD5VD4OZABNAVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBYGI2DAMZQGA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
—
Reply to this email directly, [view it on GitHub](#3896 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BCAJHRV62OEHVKRGNWXENOT4OZCDFAVCNFSM6AAAAACWB6JZUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOBYGI4DKNZTGQ).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ready for reviewing