<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ghostty.git/src/input/kitty.zig, branch tip</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/'/>
<entry>
<title>input: kitty add missing numpad keycodes since we support those now</title>
<updated>2025-05-09T18:09:22+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-05-09T18:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=ca2ead9647b0c5cc5fad59033ae192714b2aae89'/>
<id>ca2ead9647b0c5cc5fad59033ae192714b2aae89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>input: remove translated</title>
<updated>2025-05-09T17:01:05+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-05-08T15:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=a3462dd2bd541af6372855917c6ccb5643aeda93'/>
<id>a3462dd2bd541af6372855917c6ccb5643aeda93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix more comptime var leaks</title>
<updated>2024-04-18T03:50:50+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>mitchell.hashimoto@gmail.com</email>
</author>
<published>2024-03-28T04:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=026484fea6b898f678b320a265b06a3925b7ecc6'/>
<id>026484fea6b898f678b320a265b06a3925b7ecc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>key: add TODO's for media keys</title>
<updated>2023-12-13T12:57:15+00:00</updated>
<author>
<name>Tim Culverhouse</name>
<email>tim@timculverhouse.com</email>
</author>
<published>2023-12-13T12:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=4bd9b1365aeda1ff3e1b7e36998ecc24389a7143'/>
<id>4bd9b1365aeda1ff3e1b7e36998ecc24389a7143</id>
<content type='text'>
Add TODO comments in places where we need to add media keys.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add TODO comments in places where we need to add media keys.
</pre>
</div>
</content>
</entry>
<entry>
<title>key: add additional keypad keys</title>
<updated>2023-12-13T12:55:22+00:00</updated>
<author>
<name>Tim Culverhouse</name>
<email>tim@timculverhouse.com</email>
</author>
<published>2023-12-13T12:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=a0880bcfed67f6ae5b5e6689fadf9e16e02d73c8'/>
<id>a0880bcfed67f6ae5b5e6689fadf9e16e02d73c8</id>
<content type='text'>
Add additional keypad keys to the encoding scheme. This allows Ghostty
to report KP_HOME and it's relatives. We also always check for a keyval
first, so we can report KP_7, etc as opposed to ASCII '7'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add additional keypad keys to the encoding scheme. This allows Ghostty
to report KP_HOME and it's relatives. We also always check for a keyval
first, so we can report KP_7, etc as opposed to ASCII '7'.
</pre>
</div>
</content>
</entry>
<entry>
<title>input: kitty keymap was missing page up/down</title>
<updated>2023-08-31T21:32:42+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>mitchell.hashimoto@gmail.com</email>
</author>
<published>2023-08-31T21:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=67bc9f59ed9244cc3e99f3a37be09dbc2c3f87eb'/>
<id>67bc9f59ed9244cc3e99f3a37be09dbc2c3f87eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>input: Kitty encodes alternate keys</title>
<updated>2023-08-17T16:51:16+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>mitchell.hashimoto@gmail.com</email>
</author>
<published>2023-08-17T16:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=6493da0dd396c97c807bf64b4b75be308a365ce0'/>
<id>6493da0dd396c97c807bf64b4b75be308a365ce0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>input: add kitty keymap data</title>
<updated>2023-08-17T05:08:05+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>mitchell.hashimoto@gmail.com</email>
</author>
<published>2023-08-17T05:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=b42178bf34ac4c81fd6039d0c442b5914951c3ca'/>
<id>b42178bf34ac4c81fd6039d0c442b5914951c3ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
