From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Built-In Keybindingr associated with functions keys F2, F3, etc Date: Sat, 24 Oct 2020 00:13:04 +0200 Message-ID: <877drga8wf.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20071"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Help Gnu Emacs To: Christopher Dimech Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 24 00:13:41 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kW5Jd-00058i-5A for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 24 Oct 2020 00:13:41 +0200 Original-Received: from localhost ([::1]:44404 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kW5Jc-0005FZ-7S for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 23 Oct 2020 18:13:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34172) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kW5J5-0005FS-KY for help-gnu-emacs@gnu.org; Fri, 23 Oct 2020 18:13:07 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:32860) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kW5J5-0002HH-4I; Fri, 23 Oct 2020 18:13:07 -0400 Original-Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:42753) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1kW5J4-00080n-Q5; Fri, 23 Oct 2020 18:13:06 -0400 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id 66B8427C0054; Fri, 23 Oct 2020 18:13:06 -0400 (EDT) Original-Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Fri, 23 Oct 2020 18:13:06 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrkedugddtjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufhffjgfkfgggtgesthdtredttdertdenucfhrhhomhepvfgrshhsihhl ohcujfhorhhnuceothhsughhsehgnhhurdhorhhgqeenucggtffrrghtthgvrhhnpedtle eiffekueffudeufeefhfeitdejuedtueevgeffgfdtjeelkeehgeekteekveenucfkphep leefrddvfeeirddufeeirdehleenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmh epmhgrihhlfhhrohhmpehthhhorhhnodhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhi thihqdekieejfeekjeekgedqieefhedvleekqdhtshguhheppehgnhhurdhorhhgsehfrg hsthhmrghilhdrfhhm X-ME-Proxy: Original-Received: from thinkpad-t440p (p5dec883b.dip0.t-ipconnect.de [93.236.136.59]) by mail.messagingengine.com (Postfix) with ESMTPA id BBDCC3280063; Fri, 23 Oct 2020 18:13:05 -0400 (EDT) In-Reply-To: (Christopher Dimech's message of "Fri, 23 Oct 2020 21:42:03 +0200") X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:124668 Archived-At: Christopher Dimech writes: > There are 48 bindings starting with . > > Is there a list somewhere on Built-In Emacs Keybindings associated > with the other functions keys (F2, F3, etc)? You can usually get that information for any prefix key by typing ` C-h'. So for example ` C-h' shows: --8<---------------cut here---------------start------------->8--- `2C-mode' Minor Mode Bindings Starting With : key binding --- ------- RET 2C-newline 1 2C-merge d 2C-dissociate o 2C-associated-buffer { 2C-shrink-window-horizontally | 2C-toggle-autoscroll } 2C-enlarge-window-horizontally Global Bindings Starting With : key binding --- ------- 2 2C-two-columns b 2C-associate-buffer s 2C-split 2C-two-columns --8<---------------cut here---------------end--------------->8--- HTH, Tassilo