René's URL Explorer Experiment


Title: Typing some characters in P2D won't return what character was pressed with keyPressed in Processing 4.3 · Issue #824 · processing/processing4 · GitHub

Open Graph Title: Typing some characters in P2D won't return what character was pressed with keyPressed in Processing 4.3 · Issue #824 · processing/processing4

X Title: Typing some characters in P2D won't return what character was pressed with keyPressed in Processing 4.3 · Issue #824 · processing/processing4

Description: Created by: bugreporter0 Description Expected Behavior "< was pressed" should be written in the console Current Behavior keyPressed detects that a character was typed but not which one when "<" is typed Steps to Reproduce Works: void set...

Open Graph Description: Created by: bugreporter0 Description Expected Behavior "< was pressed" should be written in the console Current Behavior keyPressed detects that a character was typed but not which one when "<" is ...

X Description: Created by: bugreporter0 Description Expected Behavior "< was pressed" should be written in the console Current Behavior keyPressed detects that a character was typed but not which one...

Opengraph URL: https://github.com/processing/processing4/issues/824

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Typing some characters in P2D won't return what character was pressed with keyPressed in Processing 4.3","articleBody":"*Created by: bugreporter0*\n\n\u003c!--- ** For coding questions, ask the forum: https://discourse.processing.org ** --\u003e\n\u003c!--- ** This page is only for bugs in the software \u0026 feature requests ** --\u003e\n\n\u003c!--- ** If your code won't start, that's a better question for the forum. ** --\u003e\n\u003c!--- ** If Processing won't start, post on the forum where you can get help. ** --\u003e\n\n\u003c!--- ** Also be sure to read the troubleshooting page first: ** --\u003e\n\u003c!--- ** https://github.com/processing/processing/wiki/Troubleshooting ** --\u003e\n\n\u003c!--- ** Before posting, please search Issues for duplicates  ** --\u003e \n\n## Description\n\u003c!--- Use a title that describes what is happening. --\u003e\n\u003c!--- Give a description of the proposed change. --\u003e\n\n## Expected Behavior\n\u003c!--- Bug? Tell us what you were expecting. --\u003e\n\u003c!--- Improvement? Tell us how you’d like it to work. --\u003e\n\"\u003c was pressed\" should be written in the console\n\n## Current Behavior\n\u003c!--- Explain the difference from current behavior. --\u003e\nkeyPressed detects that a character was typed but not which one when \"\u003c\" is typed\n\n## Steps to Reproduce\n\u003c!--- Provide an unambiguous set of steps to reproduce. --\u003e\n\u003c!--- Including code will make it more likely to be fixed. --\u003e\nWorks:\n```processing\nvoid setup()\n{\n  size(400, 400);\n}\n\nvoid draw()\n{\n}\n\nvoid keyPressed()\n{\n  if(key == '\u003c')\n    println(\"\u003c was pressed\");\n}\n```\nDoesn't work:\n```processing\nvoid setup()\n{\n  size(400, 400, P2D);\n}\n\nvoid draw()\n{\n}\n\nvoid keyPressed()\n{\n  if(key == '\u003c')\n    println(\"\u003c was pressed\");\n}\n```\n\n## Your Environment\n\u003c!--- Include details about your environment. --\u003e\n\u003c!--- Thousands of people use Processing every day and may not have this issue, --\u003e \n\u003c!--- so this gives us clues about why you’re running into a problem. --\u003e\n* Processing version: 4.3\n* Operating System and OS version: both windows (10, 11) and Ubuntu 22.04\n* Other information:\n\n## Possible Causes / Solutions\n\u003c!--- Optionally, if you have a diagnosis or fix in mind, please share. --\u003e\nMaybe some characters have been forgotten in the keyPressed P2D API in Processing 4 and above because it worked in the last Processing 3 version, I've checked","author":{"url":"https://github.com/processing-bot","@type":"Person","name":"processing-bot"},"datePublished":"2024-02-26T02:13:19.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":12},"url":"https://github.com/824/processing4/issues/824"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a47eac13-65c5-85c8-7cf3-0c7b579bedec
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id83B4:920F1:5545C2:79A883:696A5215
html-safe-nonce388f9ae32251b0ecb19ba83f1fa3a6cd4841d9d8eecc6789bb8756e1dd2be3a4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4M0I0OjkyMEYxOjU1NDVDMjo3OUE4ODM6Njk2QTUyMTUiLCJ2aXNpdG9yX2lkIjoiNDM5MTg2ODIwMjQxNzI3OTUwOSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac435f232c5ade79dbf2d9fe9f7e523a4e1843b6832dc309c2a00ae6f1d6765cc0
hovercard-subject-tagissue:2472655374
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/processing/processing4/824/issue_layout
twitter:imagehttps://opengraph.githubassets.com/fe07ce1e15727fb42e31ca11c3ec393db08800738ce73c995fd9d022f3af749e/processing/processing4/issues/824
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/fe07ce1e15727fb42e31ca11c3ec393db08800738ce73c995fd9d022f3af749e/processing/processing4/issues/824
og:image:altCreated by: bugreporter0 Description Expected Behavior "< was pressed" should be written in the console Current Behavior keyPressed detects that a character was typed but not which one when "<" is ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameprocessing-bot
hostnamegithub.com
expected-hostnamegithub.com
None3f871c8e07f0ae1886fa8dac284166d28b09ad5bada6476fc10b674e489788ef
turbo-cache-controlno-preview
go-importgithub.com/processing/processing4 git https://github.com/processing/processing4.git
octolytics-dimension-user_id1617169
octolytics-dimension-user_loginprocessing
octolytics-dimension-repository_id844382769
octolytics-dimension-repository_nwoprocessing/processing4
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id844382769
octolytics-dimension-repository_network_root_nwoprocessing/processing4
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release63c426b30d262aba269ef14c40e3c817b384cd61
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/processing/processing4/issues/824#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fprocessing%2Fprocessing4%2Fissues%2F824
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fprocessing%2Fprocessing4%2Fissues%2F824
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=processing%2Fprocessing4
Reloadhttps://github.com/processing/processing4/issues/824
Reloadhttps://github.com/processing/processing4/issues/824
Reloadhttps://github.com/processing/processing4/issues/824
processing https://github.com/processing
processing4https://github.com/processing/processing4
Please reload this pagehttps://github.com/processing/processing4/issues/824
Notifications https://github.com/login?return_to=%2Fprocessing%2Fprocessing4
Fork 126 https://github.com/login?return_to=%2Fprocessing%2Fprocessing4
Star 311 https://github.com/login?return_to=%2Fprocessing%2Fprocessing4
Code https://github.com/processing/processing4
Issues 221 https://github.com/processing/processing4/issues
Pull requests 35 https://github.com/processing/processing4/pulls
Actions https://github.com/processing/processing4/actions
Projects 2 https://github.com/processing/processing4/projects
Wiki https://github.com/processing/processing4/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/processing/processing4/security
Please reload this pagehttps://github.com/processing/processing4/issues/824
Insights https://github.com/processing/processing4/pulse
Code https://github.com/processing/processing4
Issues https://github.com/processing/processing4/issues
Pull requests https://github.com/processing/processing4/pulls
Actions https://github.com/processing/processing4/actions
Projects https://github.com/processing/processing4/projects
Wiki https://github.com/processing/processing4/wiki
Security https://github.com/processing/processing4/security
Insights https://github.com/processing/processing4/pulse
New issuehttps://github.com/login?return_to=https://github.com/processing/processing4/issues/824
New issuehttps://github.com/login?return_to=https://github.com/processing/processing4/issues/824
#966https://github.com/processing/processing4/pull/966
Typing some characters in P2D won't return what character was pressed with keyPressed in Processing 4.3https://github.com/processing/processing4/issues/824#top
#966https://github.com/processing/processing4/pull/966
bugSomething isn't workinghttps://github.com/processing/processing4/issues?q=state%3Aopen%20label%3A%22bug%22
corehttps://github.com/processing/processing4/issues?q=state%3Aopen%20label%3A%22core%22
help wantedExtra attention is neededhttps://github.com/processing/processing4/issues?q=state%3Aopen%20label%3A%22help%20wanted%22
https://github.com/processing-bot
https://github.com/processing-bot
processing-bothttps://github.com/processing-bot
on Feb 26, 2024https://github.com/processing/processing4/issues/824#issue-2472655374
bugSomething isn't workinghttps://github.com/processing/processing4/issues?q=state%3Aopen%20label%3A%22bug%22
corehttps://github.com/processing/processing4/issues?q=state%3Aopen%20label%3A%22core%22
help wantedExtra attention is neededhttps://github.com/processing/processing4/issues?q=state%3Aopen%20label%3A%22help%20wanted%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.