Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Added backslash symbol and en-dash #577

Merged
merged 1 commit into from
Sep 26, 2018
Merged

Added backslash symbol and en-dash #577

merged 1 commit into from
Sep 26, 2018

Conversation

keianhzo
Copy link
Contributor

Fixes #547 Added support for backslash and en-dash. Also added encoding/decoding search queries.

@bluemarvin
Copy link
Contributor

@cvan I'm going to land this. If you have any issues they can be done as follow-up.

@bluemarvin bluemarvin merged commit 104871e into master Sep 26, 2018
@bluemarvin bluemarvin deleted the backslash branch September 27, 2018 00:31
@keianhzo keianhzo restored the backslash branch October 10, 2018 11:37
@keianhzo keianhzo deleted the backslash branch October 10, 2018 11:38
@@ -19,7 +19,7 @@
</Row>

<Row>
<Key android:codes="45" android:keyLabel="-" android:keyEdgeFlags="left" android:horizontalGap="@dimen/keyboard_left_margin"/>
<Key android:codes="45" android:keyLabel="-" android:popupCharacters="-—" android:popupKeyboard="@xml/keyboard_popup" android:keyEdgeFlags="left" android:horizontalGap="@dimen/keyboard_left_margin"/>
Copy link
Contributor

@cvan cvan Nov 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how do you toggle this? I can't tell how to get the en-dash () to show up instead of the hyphen (-).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you long press the hyphen and a popup should show with both symbols to choose. I guess the confusion comes because the hyphen and underscore are not easy to differentiate when not hovered. We might need to add the popup to both of them.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gotcha, okay - I'm going to fiddle with this some more. I'll likely file some follow-up issues for the keyboard.

thanks for adding these, btw! 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants