Cite This Page
Bibliographic details for Keyboard input/Keypress check
- Page name: Keyboard input/Keypress check
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 19 March 2024 14:11 UTC
- Date retrieved: 24 January 2025 13:30 UTC
- Permanent URL: https://rosettacode.org/wiki/Keyboard_input/Keypress_check?oldid=362286
- Page Version ID: 362286
Citation styles for Keyboard input/Keypress check
APA style
Keyboard input/Keypress check. (2024, March 19). Rosetta Code. Retrieved 13:30, January 24, 2025 from https://rosettacode.org/wiki/Keyboard_input/Keypress_check?oldid=362286.
MLA style
"Keyboard input/Keypress check." Rosetta Code. 19 Mar 2024, 14:11 UTC. 24 Jan 2025, 13:30 <https://rosettacode.org/wiki/Keyboard_input/Keypress_check?oldid=362286>.
MHRA style
Rosetta Code contributors, 'Keyboard input/Keypress check', Rosetta Code, 19 March 2024, 14:11 UTC, <https://rosettacode.org/wiki/Keyboard_input/Keypress_check?oldid=362286> [accessed 24 January 2025]
Chicago style
Rosetta Code contributors, "Keyboard input/Keypress check," Rosetta Code, https://rosettacode.org/wiki/Keyboard_input/Keypress_check?oldid=362286 (accessed January 24, 2025).
CBE/CSE style
Rosetta Code contributors. Keyboard input/Keypress check [Internet]. Rosetta Code; 2024 Mar 19, 14:11 UTC [cited 2025 Jan 24]. Available from: https://rosettacode.org/wiki/Keyboard_input/Keypress_check?oldid=362286.
Bluebook style
Keyboard input/Keypress check, https://rosettacode.org/wiki/Keyboard_input/Keypress_check?oldid=362286 (last visited January 24, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Keyboard input/Keypress check --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Keyboard_input/Keypress_check?oldid=362286", note = "[Online; accessed 24-January-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Keyboard input/Keypress check --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Keyboard_input/Keypress_check?oldid=362286}", note = "[Online; accessed 24-January-2025]" }