React Native - Detect SHIFT key pressDetect if shift key is down React NativeCustom navigation with Navigator component in React-NativeHide keyboard in react-nativeWhat is the difference between using constructor vs getInitialState in React / React Native?Detecting send/submit button in a multi-line TextInputWhat is the difference between React Native and React?How to prevent new line when enter is pressed in react-nativeReact-native key board eventsReact Native TextInput: no newline with hardware keyboard Enter keyReact Native Version MismatchWhy is onKeyPress on TextInput not working in React Native (Android)?
instead of pressurizing an entire spacesuit with oxygen could oxygen just pressurize the head and the rest of the body be pressurized with water?
How much damage will a creature take if it runs across lava while wearing a Ring of Water Walking?
Which are stars and which are noise in this comet photo?
Is there any physical evidence for motion?
Is there a name for the phenomenon of false positives counterintuitively outstripping true positives
Does recycling lead to less jobs?
What does "crank old Sabbath" refer to?
How does the Powerful Build racial feature affect carrying capacity?
What can I use to parse input instead of scanf?
Why is Robin Hood French in Shrek?
Find d this ones stumped me help?
Could the principle of owls' silent flight be used for stealth aircraft?
As tourist in China do I have to fear consequences for having publicly liked South Park
Extract lines from files with names begining with given letter
Which (if any) is the "most major" airport / field / strip on Antarctica?
My cat gets angry and scared at me if I stand
Implement the 2D Hadamard Transform
Meaning of 早口 - fast talker
529 accounts for multiple kids
A word/phrase means "a small amount" (of a color)
Would there be a difference between boiling whole black peppercorns or fine ground black pepp in a stew?
Employer says they want Quality & Quantity, but only pays bonuses based on the latter
What would you do? Different results than what is reported
For the Single Entry Schengen visa, do the microstates (Monaco, San Marino and the Vatican City) count?
React Native - Detect SHIFT key press
Detect if shift key is down React NativeCustom navigation with Navigator component in React-NativeHide keyboard in react-nativeWhat is the difference between using constructor vs getInitialState in React / React Native?Detecting send/submit button in a multi-line TextInputWhat is the difference between React Native and React?How to prevent new line when enter is pressed in react-nativeReact-native key board eventsReact Native TextInput: no newline with hardware keyboard Enter keyReact Native Version MismatchWhy is onKeyPress on TextInput not working in React Native (Android)?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I'm trying to detect a shift key press on my React Native iOS app.
Using the TextInput component, I'd like to achieve something when shift-enter is pressed together.
Here's a link to a same question:
Detect if shift key is down React Native
This was asked 2 years ago but it have not been answered.
In React Native, there are no: keyUp or keyDown method for TextInput.
I can use the onKeyPress callback but it does not log out the Shift.
onKeyPress=( nativeEvent ) =>
if (nativeEvent.key === 'Enter' && IF_SHIFT_PRESSED)
// do something..
Any help'd be appreciated.
react-native react-native-android react-native-ios
add a comment
|
I'm trying to detect a shift key press on my React Native iOS app.
Using the TextInput component, I'd like to achieve something when shift-enter is pressed together.
Here's a link to a same question:
Detect if shift key is down React Native
This was asked 2 years ago but it have not been answered.
In React Native, there are no: keyUp or keyDown method for TextInput.
I can use the onKeyPress callback but it does not log out the Shift.
onKeyPress=( nativeEvent ) =>
if (nativeEvent.key === 'Enter' && IF_SHIFT_PRESSED)
// do something..
Any help'd be appreciated.
react-native react-native-android react-native-ios
add a comment
|
I'm trying to detect a shift key press on my React Native iOS app.
Using the TextInput component, I'd like to achieve something when shift-enter is pressed together.
Here's a link to a same question:
Detect if shift key is down React Native
This was asked 2 years ago but it have not been answered.
In React Native, there are no: keyUp or keyDown method for TextInput.
I can use the onKeyPress callback but it does not log out the Shift.
onKeyPress=( nativeEvent ) =>
if (nativeEvent.key === 'Enter' && IF_SHIFT_PRESSED)
// do something..
Any help'd be appreciated.
react-native react-native-android react-native-ios
I'm trying to detect a shift key press on my React Native iOS app.
Using the TextInput component, I'd like to achieve something when shift-enter is pressed together.
Here's a link to a same question:
Detect if shift key is down React Native
This was asked 2 years ago but it have not been answered.
In React Native, there are no: keyUp or keyDown method for TextInput.
I can use the onKeyPress callback but it does not log out the Shift.
onKeyPress=( nativeEvent ) =>
if (nativeEvent.key === 'Enter' && IF_SHIFT_PRESSED)
// do something..
Any help'd be appreciated.
react-native react-native-android react-native-ios
react-native react-native-android react-native-ios
asked Mar 28 at 21:40
JWLJWL
202 silver badges9 bronze badges
202 silver badges9 bronze badges
add a comment
|
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55407252%2freact-native-detect-shift-key-press%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55407252%2freact-native-detect-shift-key-press%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown