# Numpad keycodes are acting weird?

**URL:** https://discourse.processing.org/t/numpad-keycodes-are-acting-weird/43917
**Category:** Coding Questions
**Created:** [February 15, 2024, 6:33am UTC](https://discourse.processing.org/t/numpad-keycodes-are-acting-weird/43917 "2024-02-15T06:33:09Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Edenstudent](https://avatars.discourse-cdn.com/v4/letter/e/58956e/32.png) [@Edenstudent](https://discourse.processing.org/u/Edenstudent)
#### Post date: [February 15, 2024, 8:47pm UTC](https://discourse.processing.org/t/numpad-keycodes-are-acting-weird/43917/4 "2024-02-15T20:47:03Z")

</div>

I did change it around so as not to include 9, which is fine. But this rendering issue has also led to this, which I can’t seem to find a solution to as well 😬

> [@App Icon Processing 4](https://discourse.processing.org/t/app-icon-processing-4/43918):
>
> I’m trying to set the icon for the application (and in the task bar) in Processing4, and I have this: PImage icon = loadImage("icon.png"); surface.setIcon(icon); The image is 778x758; it doesn’t show up though in the program or task bar, so I’m not sure what to do here as this is the documentation: [https://processing.github.io/processing-javadocs/core/processing/core/PSurface.html#setIcon-processing.core.PImage-](https://processing.github.io/processing-javadocs/core/processing/core/PSurface.html#setIcon-processing.core.PImage-)

---

_[View the full topic](https://discourse.processing.org/t/numpad-keycodes-are-acting-weird/43917)._
